"StarCluster" (Text Content Type)
-
See Also
- TextCases
- TextPosition
- TextSentences
- Containing
- StarClusterData
-
- Entity Types
- StarCluster
-
- Interpreter Types
- StarCluster
- ComputedStarCluster
-
- Text Contents
- Star
- Galaxy
- Nebula
- Supernova
- Constellation
- Pulsar
- AstronomicalRadioSource
- AstronomicalObservatory
- Planet
- PlanetaryMoon
- MinorPlanet
- Comet
- Exoplanet
- MeteorShower
- SolarSystemFeature
- Related Guides
-
-
See Also
- TextCases
- TextPosition
- TextSentences
- Containing
- StarClusterData
-
- Entity Types
- StarCluster
-
- Interpreter Types
- StarCluster
- ComputedStarCluster
-
- Text Contents
- Star
- Galaxy
- Nebula
- Supernova
- Constellation
- Pulsar
- AstronomicalRadioSource
- AstronomicalObservatory
- Planet
- PlanetaryMoon
- MinorPlanet
- Comet
- Exoplanet
- MeteorShower
- SolarSystemFeature
- Related Guides
-
See Also
"StarCluster" (Text Content Type)
Text identified as the name of a star cluster.
Details
- "StarCluster" can be used in TextCases, TextPosition and TextContents.
- "StarCluster" corresponds to any mention of a star cluster (real or not real) in the context of the text.
- Homonyms of star clusters that are not star clusters should not be detected as "StarCluster" (if the context allows disambiguation).
- TextCases[…,"StarCluster""Interpretation"] attempts to return entities of type "StarCluster", as Interpreter["StarCluster"] does.
- Any specific "StarCluster" entity such as
can also be used as a content type in TextCases, TextPosition and TextContents.
Examples
Basic Examples (3)
Find occurrences of star clusters in a text:
TextCases["Recently, Francis and Anderson proposed that a systematic effect on Hipparcos parallax errors for stars in clusters biases calculation using the weighted mean and gave a Hipparcos parallax distance of 126 pc and photometric distance 132 pc based on stars in the AB Doradus, Tucana-Horologium, and Beta Pictoris moving groups, which are all similar in age and composition to the Pleiades.", "StarCluster"]Get the result as a list of "StarCluster" entities:
TextCases["Recently, Francis and Anderson proposed that a systematic effect on Hipparcos parallax errors for stars in clusters biases calculation using the weighted mean and gave a Hipparcos parallax distance of 126 pc and photometric distance 132 pc based on stars in the AB Doradus, Tucana-Horologium, and Beta Pictoris moving groups, which are all similar in age and composition to the Pleiades.", "StarCluster" -> "Interpretation", VerifyInterpretation -> True]A similar result can be obtained by applying Interpreter["StarCluster"] to text snippets:
Interpreter["StarCluster"][{"Pleiades"}]Get properties about occurrences of star clusters:
TextContents["Recently, Francis and Anderson proposed that a systematic effect on Hipparcos parallax errors for stars in clusters biases calculation using the weighted mean and gave a Hipparcos parallax distance of 126 pc and photometric distance 132 pc based on stars in the AB Doradus, Tucana-Horologium, and Beta Pictoris moving groups, which are all similar in age and composition to the Pleiades.", "StarCluster", All]Find mentions of M45 in a text:
TextContents["Recently, Francis and Anderson proposed that a systematic effect on Hipparcos parallax errors for stars in clusters biases calculation using the weighted mean and gave a Hipparcos parallax distance of 126 pc and photometric distance 132 pc based on stars in the AB Doradus, Tucana-Horologium, and Beta Pictoris moving groups, which are all similar in age and composition to the Pleiades. Those authors note that the difference between these results can be attributed to random error.", Entity["StarCluster", "M45"]]See Also
TextCases TextPosition TextSentences Containing StarClusterData
Entity Types: StarCluster
Interpreter Types: StarCluster ComputedStarCluster
Text Contents: Star Galaxy Nebula Supernova Constellation Pulsar AstronomicalRadioSource AstronomicalObservatory Planet PlanetaryMoon MinorPlanet Comet Exoplanet MeteorShower SolarSystemFeature