"Cloud" (Text Content Type)
-
See Also
- TextCases
- TextPosition
- TextSentences
- Containing
-
- Entity Types
- Cloud
-
- Interpreter Types
- Cloud
- ComputedCloud
-
- Text Contents
- AtmosphericLayer
- TropicalStorm
- Related Guides
-
-
See Also
- TextCases
- TextPosition
- TextSentences
- Containing
-
- Entity Types
- Cloud
-
- Interpreter Types
- Cloud
- ComputedCloud
-
- Text Contents
- AtmosphericLayer
- TropicalStorm
- Related Guides
-
See Also
"Cloud" (Text Content Type)
Text identified as the name of a cloud.
Details
- "Cloud" can be used in TextCases, TextPosition and TextContents.
- "Cloud" corresponds to any mention of a cloud (real or not real) in the context of the text.
- Homonyms of clouds that are not clouds should not be detected as "Cloud" (if the context allows disambiguation).
- TextCases[…,"Cloud""Interpretation"] attempts to return entities of type "Cloud", as Interpreter["Cloud"] does.
- Any specific "Cloud" entity such as
can also be used as a content type in TextCases, TextPosition and TextContents.
Examples
Basic Examples (3)
Find occurrences of clouds in a text:
TextCases["If the precipitation increases in persistence and intensity, the altostratus cloud may thicken into nimbostratus.", "Cloud"]Get the result as a list of "Cloud" entities:
TextCases["If the precipitation increases in persistence and intensity, the altostratus cloud may thicken into nimbostratus.", "Cloud" -> "Interpretation", VerifyInterpretation -> True]A similar result can be obtained by applying Interpreter["Cloud"] to text snippets:
Interpreter["Cloud"][{"altostratus"}]Get properties about occurrences of clouds:
TextContents["If the precipitation increases in persistence and intensity, the altostratus cloud may thicken into nimbostratus.", "Cloud", All]Find mentions of altostratus in a text:
TextContents["Altostratus is formed by the lifting of a large mostly stable air mass that causes invisible water vapor to condense into cloud. It can produce light precipitation, often in the form of virga. If the precipitation increases in persistence and intensity, the altostratus cloud may thicken into nimbostratus. Altostratus most often takes the form of a featureless sheet of cloud but can be wavy (undulatus) as a result of wind shear through the cloud.", Entity["Cloud", "Altostratus"]]See Also
TextCases TextPosition TextSentences Containing
Entity Types: Cloud
Interpreter Types: Cloud ComputedCloud
Text Contents: AtmosphericLayer TropicalStorm