"Aircraft" (Text Content Type)
-
See Also
- TextCases
- TextPosition
- TextSentences
- Containing
- AircraftData
-
- Entity Types
- Aircraft
-
- Interpreter Types
- Aircraft
- ComputedAircraft
-
- Text Contents
- Ship
- Airline
- Airport
- Related Guides
-
-
See Also
- TextCases
- TextPosition
- TextSentences
- Containing
- AircraftData
-
- Entity Types
- Aircraft
-
- Interpreter Types
- Aircraft
- ComputedAircraft
-
- Text Contents
- Ship
- Airline
- Airport
- Related Guides
-
See Also
"Aircraft" (Text Content Type)
Text identified as the name of an aircraft.
Details
- "Aircraft" can be used in TextCases, TextPosition and TextContents.
- "Aircraft" corresponds to any mention of an aircraft (real or not real) in the context of the text.
- Homonyms of aircraft that are not aircraft should not be detected as "Aircraft" (if the context allows disambiguation).
- TextCases[…,"Aircraft""Interpretation"] attempts to return entities of type "Aircraft", as Interpreter["Aircraft"] does.
- Any specific "Aircraft" entity such as
can also be used as a content type in TextCases, TextPosition and TextContents.
Examples
Basic Examples (3)
Find occurrences of aircraft in a text:
TextCases["Aeroméxico added aircraft including the Douglas DC-3 and its successor, the Douglas DC-4.", "Aircraft"]Get the result as a list of "Aircraft" entities:
TextCases["Aeroméxico added aircraft including the Douglas DC-3 and its successor, the Douglas DC-4.", "Aircraft" -> "Interpretation", VerifyInterpretation -> True]A similar result can be obtained by applying Interpreter["Aircraft"] to text snippets:
Interpreter["Aircraft"][{"Douglas DC-3", "Douglas DC-4"}]Get properties about occurrences of aircraft:
TextContents["Aeroméxico added aircraft including the Douglas DC-3 and its successor, the Douglas DC-4.", "Aircraft", All]Find mentions of Douglas DC-3 in a text:
TextContents["Aeroméxico added aircraft including the Douglas DC-3 and its successor, the Douglas DC-4.", Entity["Aircraft", "DouglasDC3"]]See Also
TextCases TextPosition TextSentences Containing AircraftData
Entity Types: Aircraft
Interpreter Types: Aircraft ComputedAircraft