-
See Also
- TextCases
- TextPosition
- TextSentences
- Containing
- SolarSystemFeatureData
-
- Entity Types
- SolarSystemFeature
-
- Interpreter Types
- SolarSystemFeature
- ComputedSolarSystemFeature
-
- Text Contents
- Location
- LocationEntity
- PlanetaryMoon
- MeteorShower
- Comet
- Exoplanet
- Planet
- MinorPlanet
- AstronomicalObservatory
- MannedSpaceMission
- DeepSpaceProbe
- Star
- StarCluster
- Nebula
- Galaxy
- Supernova
- Pulsar
- AstronomicalRadioSource
- Constellation
- Related Guides
-
-
See Also
- TextCases
- TextPosition
- TextSentences
- Containing
- SolarSystemFeatureData
-
- Entity Types
- SolarSystemFeature
-
- Interpreter Types
- SolarSystemFeature
- ComputedSolarSystemFeature
-
- Text Contents
- Location
- LocationEntity
- PlanetaryMoon
- MeteorShower
- Comet
- Exoplanet
- Planet
- MinorPlanet
- AstronomicalObservatory
- MannedSpaceMission
- DeepSpaceProbe
- Star
- StarCluster
- Nebula
- Galaxy
- Supernova
- Pulsar
- AstronomicalRadioSource
- Constellation
- Related Guides
-
See Also
"SolarSystemFeature" (Text Content Type)
Details
- "SolarSystemFeature" can be used in TextCases, TextPosition and TextContents.
- "SolarSystemFeature" corresponds to any mention of a solar system feature (real or not real) in the context of the text.
- Homonyms of solar system features that are not solar system features should not be detected as "SolarSystemFeature" (if the context allows disambiguation).
- TextCases[…,"SolarSystemFeature""Interpretation"] attempts to return entities of type "SolarSystemFeature", as Interpreter["SolarSystemFeature"] does.
- Any specific "SolarSystemFeature" entity such as
can also be used as a content type in TextCases, TextPosition and TextContents.
Examples
Basic Examples (3)
Find occurrences of solar system features in a text:
TextCases["To the southeast of Hilbert is the smaller crater Alden, while Backlund lies to the west-northwest.", "SolarSystemFeature"]Get the result as a list of "SolarSystemFeature" entities:
TextCases["To the southeast of Hilbert is the smaller crater Alden, while Backlund lies to the west-northwest.", "SolarSystemFeature" -> "Interpretation", VerifyInterpretation -> True]A similar result can be obtained by applying Interpreter["SolarSystemFeature"] to text snippets:
Interpreter["SolarSystemFeature"][{"Hilbert", "Alden", "Backlund"}]Get properties about occurrences of solar system features:
TextContents["To the southeast of Hilbert is the smaller crater Alden, while Backlund lies to the west-northwest.", "SolarSystemFeature", All]Find mentions of Hilbert crater in a text:
TextContents["To the southeast of Hilbert is the smaller crater Alden, while Backlund lies to the west-northwest. Much of the outer rim of Hilbert remains relatively intact, although it is heavily eroded in places particularly in the south. The interior is relatively flat, but has been deeply gouged by several small craters. There is a short range of central ridges offset to the west of the interior midpoint.", Entity["SolarSystemFeature", "HilbertMoon"]]See Also
TextCases TextPosition TextSentences Containing SolarSystemFeatureData
Entity Types: SolarSystemFeature
Interpreter Types: SolarSystemFeature ComputedSolarSystemFeature
Text Contents: Location LocationEntity PlanetaryMoon MeteorShower Comet Exoplanet Planet MinorPlanet AstronomicalObservatory MannedSpaceMission DeepSpaceProbe Star StarCluster Nebula Galaxy Supernova Pulsar AstronomicalRadioSource Constellation