"MannedSpaceMission" (Text Content Type)
-
See Also
- TextCases
- TextPosition
- TextSentences
- Containing
- MannedSpaceMissionData
-
- Entity Types
- MannedSpaceMission
-
- Interpreter Types
- MannedSpaceMission
- ComputedMannedSpaceMission
-
- Text Contents
- DeepSpaceProbe
- Rocket
- Satellite
- Person
- Planet
- MinorPlanet
- PlanetaryMoon
- Exoplanet
- MeteorShower
- SolarSystemFeature
- Related Guides
-
-
See Also
- TextCases
- TextPosition
- TextSentences
- Containing
- MannedSpaceMissionData
-
- Entity Types
- MannedSpaceMission
-
- Interpreter Types
- MannedSpaceMission
- ComputedMannedSpaceMission
-
- Text Contents
- DeepSpaceProbe
- Rocket
- Satellite
- Person
- Planet
- MinorPlanet
- PlanetaryMoon
- Exoplanet
- MeteorShower
- SolarSystemFeature
- Related Guides
-
See Also
"MannedSpaceMission" (Text Content Type)
Text identified as the name of a manned space mission.
Details
- "MannedSpaceMission" can be used in TextCases, TextPosition and TextContents.
- "MannedSpaceMission" corresponds to any mention of a manned space mission (real or not real) in the context of the text.
- Homonyms of manned space missions that are not manned space missions should not be detected as "MannedSpaceMission" (if the context allows disambiguation).
- TextCases[…,"MannedSpaceMission""Interpretation"] attempts to return entities of type "MannedSpaceMission", as Interpreter["MannedSpaceMission"] does.
- Any specific "MannedSpaceMission" entity such as
can also be used as a content type in TextCases, TextPosition and TextContents.
Examples
Basic Examples (3)
Find occurrences of manned space missions in a text:
TextCases["The three subsequent missions utilized amphibious assault ships as support vessels; however, Ticonderoga recovered the astronauts of the last two moon missions, Apollo 16 and Apollo 17 in April and December 1972.", "MannedSpaceMission"]Get the result as a list of "MannedSpaceMission" entities:
TextCases["The three subsequent missions utilized amphibious assault ships as support vessels; however, Ticonderoga recovered the astronauts of the last two moon missions, Apollo 16 and Apollo 17 in April and December 1972.", "MannedSpaceMission" -> "Interpretation", VerifyInterpretation -> True]A similar result can be obtained by applying Interpreter["MannedSpaceMission"] to text snippets:
Interpreter["MannedSpaceMission"][{"Apollo 16", "Apollo 17"}]Get properties about occurrences of manned space missions:
TextContents["The three subsequent missions utilized amphibious assault ships as support vessels; however, Ticonderoga recovered the astronauts of the last two moon missions, Apollo 16 and Apollo 17 in April and December 1972.", "MannedSpaceMission", All]Find mentions of Apollo 11 in a text:
TextContents["Hornet rejoined the program and recovered the astronauts from the first two moon landing missions, Apollo 11 in July 1969 and Apollo 12 in November. The first steps on Earth of returning astronauts Neil Armstrong, Buzz Aldrin, and Mike Collins, are marked on her hangar deck, as part of her Apollo program exhibit. The three subsequent missions utilized amphibious assault ships as support vessels; however, Ticonderoga recovered the astronauts of the last two moon missions, Apollo 16 and Apollo 17 in April and December 1972.", Entity["MannedSpaceMission", "Apollo11"]]See Also
TextCases TextPosition TextSentences Containing MannedSpaceMissionData
Entity Types: MannedSpaceMission
Interpreter Types: MannedSpaceMission ComputedMannedSpaceMission
Text Contents: DeepSpaceProbe Rocket Satellite Person Planet MinorPlanet PlanetaryMoon Exoplanet MeteorShower SolarSystemFeature