"MeteorShower" (Text Content Type)
-
See Also
- TextCases
- TextPosition
- TextSentences
- Containing
- MeteorShowerData
-
- Entity Types
- MeteorShower
-
- Interpreter Types
- MeteorShower
- ComputedMeteorShower
-
- Text Contents
- Comet
- PlanetaryMoon
- Exoplanet
- SolarSystemFeature
- Planet
- MinorPlanet
- Related Guides
-
-
See Also
- TextCases
- TextPosition
- TextSentences
- Containing
- MeteorShowerData
-
- Entity Types
- MeteorShower
-
- Interpreter Types
- MeteorShower
- ComputedMeteorShower
-
- Text Contents
- Comet
- PlanetaryMoon
- Exoplanet
- SolarSystemFeature
- Planet
- MinorPlanet
- Related Guides
-
See Also
"MeteorShower" (Text Content Type)
Text identified as the name of a meteor shower.
Details
- "MeteorShower" can be used in TextCases, TextPosition and TextContents.
- "MeteorShower" corresponds to any mention of a meteor shower (real or not real) in the context of the text.
- Homonyms of meteor showers that are not meteor showers should not be detected as "MeteorShower" (if the context allows disambiguation).
- TextCases[…,"MeteorShower""Interpretation"] attempts to return entities of type "MeteorShower", as Interpreter["MeteorShower"] does.
- Any specific "MeteorShower" entity such as
can also be used as a content type in TextCases, TextPosition and TextContents.
Examples
Basic Examples (3)
Find occurrences of meteor showers in a text:
TextCases["The Alpha Monocerotids is a meteor shower with the international acronym AMO active in November, not to be confused with the December Monocerotids, international acronym MON. The swarm is visible every year from 15 to 25 November", "MeteorShower"]Get the result as a list of "MeteorShower" entities:
TextCases["The Alpha Monocerotids is a meteor shower with the international acronym AMO active in November, not to be confused with the December Monocerotids, international acronym MON. The swarm is visible every year from 15 to 25 November", "MeteorShower" -> "Interpretation", VerifyInterpretation -> True]A similar result can be obtained by applying Interpreter["MeteorShower"] to text snippets:
Interpreter["MeteorShower"][{"Alpha Monocerotids", "Monocerotids"}]Get properties about occurrences of meteor showers:
TextContents["The Alpha Monocerotids is a meteor shower with the international acronym AMO active in November, not to be confused with the December Monocerotids, international acronym MON. The swarm is visible every year from 15 to 25 November", "MeteorShower", All]Find mentions of Alpha Monocerotids in a text:
TextContents["The Alpha Monocerotids is a meteor shower with the international acronym AMO active in November, not to be confused with the December Monocerotids, international acronym MON. The swarm is visible every year from 15 to 25 November", Entity["MeteorShower", "AlphaMonocerotids"]]See Also
TextCases TextPosition TextSentences Containing MeteorShowerData
Entity Types: MeteorShower
Interpreter Types: MeteorShower ComputedMeteorShower
Text Contents: Comet PlanetaryMoon Exoplanet SolarSystemFeature Planet MinorPlanet