"TropicalStorm" (Text Content Type)
-
See Also
- TextCases
- TextPosition
- TextSentences
- Containing
- TropicalStormData
-
- Entity Types
- TropicalStorm
-
- Interpreter Types
- TropicalStorm
- ComputedTropicalStorm
-
- Text Contents
- AtmosphericLayer
- Cloud
- Related Guides
-
-
See Also
- TextCases
- TextPosition
- TextSentences
- Containing
- TropicalStormData
-
- Entity Types
- TropicalStorm
-
- Interpreter Types
- TropicalStorm
- ComputedTropicalStorm
-
- Text Contents
- AtmosphericLayer
- Cloud
- Related Guides
-
See Also
"TropicalStorm" (Text Content Type)
Text identified as the name of a tropical storm.
Details
- "TropicalStorm" can be used in TextCases, TextPosition and TextContents.
- "TropicalStorm" corresponds to any mention of a tropical storm (real or not real) in the context of the text.
- Homonyms of tropical storms that are not tropical storms should not be detected as "TropicalStorm" (if the context allows disambiguation).
- TextCases[…,"TropicalStorm""Interpretation"] attempts to return entities of type "TropicalStorm", as Interpreter["TropicalStorm"] does.
- Any specific "TropicalStorm" entity such as
can also be used as a content type in TextCases, TextPosition and TextContents.
Examples
Basic Examples (3)
Find occurrences of tropical storms in a text:
TextCases["On September 7, 2017, Hurricane Irma struck the Turks and Caicos, damaging 100% of the housing on Salt Cay.", "TropicalStorm"]Get the result as a list of "TropicalStorm" entities:
TextCases["On September 7, 2017, Hurricane Irma struck the Turks and Caicos, damaging 100% of the housing on Salt Cay.", "TropicalStorm" -> "Interpretation", VerifyInterpretation -> True]A similar result can be obtained by applying Interpreter["TropicalStorm"] to text snippets:
Interpreter["TropicalStorm"][{"Hurricane Irma"}]Get properties about occurrences of tropical storms:
TextContents["On September 7, 2017, Hurricane Irma struck the Turks and Caicos, damaging 100% of the housing on Salt Cay.", "TropicalStorm", All]Find mentions of Irma in a text:
TextContents["On September 7, 2017, Hurricane Irma struck the Turks and Caicos, damaging 100% of the housing on Salt Cay.", Entity["TropicalStorm", "20170827N12344::Irma"]]See Also
TextCases TextPosition TextSentences Containing TropicalStormData
Entity Types: TropicalStorm
Interpreter Types: TropicalStorm ComputedTropicalStorm
Text Contents: AtmosphericLayer Cloud