"Galaxy" (Text Content Type)
-
See Also
- TextCases
- TextPosition
- TextSentences
- Containing
- GalaxyData
-
- Entity Types
- Galaxy
-
- Interpreter Types
- Galaxy
- ComputedGalaxy
-
- Text Contents
- Nebula
- Pulsar
- Supernova
- Constellation
- StarCluster
- Star
- AstronomicalRadioSource
- AstronomicalObservatory
- Planet
- PlanetaryMoon
- MinorPlanet
- Comet
- Exoplanet
- MeteorShower
- SolarSystemFeature
- Related Guides
-
-
See Also
- TextCases
- TextPosition
- TextSentences
- Containing
- GalaxyData
-
- Entity Types
- Galaxy
-
- Interpreter Types
- Galaxy
- ComputedGalaxy
-
- Text Contents
- Nebula
- Pulsar
- Supernova
- Constellation
- StarCluster
- Star
- AstronomicalRadioSource
- AstronomicalObservatory
- Planet
- PlanetaryMoon
- MinorPlanet
- Comet
- Exoplanet
- MeteorShower
- SolarSystemFeature
- Related Guides
-
See Also
"Galaxy" (Text Content Type)
Text identified as the name of a galaxy.
Details
- "Galaxy" can be used in TextCases, TextPosition and TextContents.
- "Galaxy" corresponds to any mention of a galaxy (real or not real) in the context of the text.
- Homonyms of galaxies that are not galaxies should not be detected as "Galaxy" (if the context allows disambiguation).
- TextCases[…,"Galaxy""Interpretation"] attempts to return entities of type "Galaxy", as Interpreter["Galaxy"] does.
- Any specific "Galaxy" entity such as
can also be used as a content type in TextCases, TextPosition and TextContents.
Examples
Basic Examples (3)
Find occurrences of galaxies in a text:
TextCases["The Large Magellanic Cloud (LMC) appears in the constellations Mensa and Dorado.", "Galaxy"]Get the result as a list of "Galaxy" entities:
TextCases["The Large Magellanic Cloud (LMC) appears in the constellations Mensa and Dorado.", "Galaxy" -> "Interpretation", VerifyInterpretation -> True]A similar result can be obtained by applying Interpreter["Galaxy"] to text snippets:
Interpreter["Galaxy"][{"Large Magellanic Cloud", "LMC"}]Get properties about occurrences of galaxies:
TextContents["The Large Magellanic Cloud (LMC) appears in the constellations Mensa and Dorado.", "Galaxy", All]Find mentions of Large Magellanic Cloud in a text:
TextContents["The Large Magellanic Cloud (LMC) appears in the constellations Mensa and Dorado. LMC X-1 (the first X-ray source in the LMC) is at RA 05h 40m 05s Dec -69° 45′ 51\", and is a high mass X-ray binary source (HMXB).", Entity["Galaxy", "LargeMagellanicCloud"]]See Also
TextCases TextPosition TextSentences Containing GalaxyData
Entity Types: Galaxy
Interpreter Types: Galaxy ComputedGalaxy
Text Contents: Nebula Pulsar Supernova Constellation StarCluster Star AstronomicalRadioSource AstronomicalObservatory Planet PlanetaryMoon MinorPlanet Comet Exoplanet MeteorShower SolarSystemFeature