"Plant" (Text Content Type)
-
See Also
- TextCases
- TextPosition
- TextSentences
- Containing
- PlantData
-
- Entity Types
- Plant
-
- Interpreter Types
- Plant
- ComputedPlant
-
- Text Contents
- Species
- CatBreed
- DogBreed
- Forest
- Dinosaur
- Related Guides
-
-
See Also
- TextCases
- TextPosition
- TextSentences
- Containing
- PlantData
-
- Entity Types
- Plant
-
- Interpreter Types
- Plant
- ComputedPlant
-
- Text Contents
- Species
- CatBreed
- DogBreed
- Forest
- Dinosaur
- Related Guides
-
See Also
"Plant" (Text Content Type)
Text identified as the name of a plant.
Details
- "Plant" can be used in TextCases, TextPosition and TextContents.
- "Plant" corresponds to any mention of a plant (real or not real) in the context of the text.
- Homonyms of plants that are not plants should not be detected as "Plant" (if the context allows disambiguation).
- TextCases[…,"Plant""Interpretation"] attempts to return entities of type "Plant", as Interpreter["Plant"] does.
- Any specific "Plant" entity such as
can also be used as a content type in TextCases, TextPosition and TextContents.
Examples
Basic Examples (3)
Find occurrences of plants in a text:
TextCases["Arabis macdonaldiana is a species of flowering plant in the mustard family known by the common name MacDonald's rockcress.", "Plant"]Get the result as a list of "Plant" entities:
TextCases["Arabis macdonaldiana is a species of flowering plant in the mustard family known by the common name MacDonald's rockcress.", "Plant" -> "Interpretation", VerifyInterpretation -> True]A similar result can be obtained by applying Interpreter["Plant"] to text snippets:
Interpreter["Plant"][{"Arabis macdonaldiana", "mustard family", "MacDonald's rockcress"}]Get properties about occurrences of plants:
TextContents["Arabis macdonaldiana is a species of flowering plant in the mustard family known by the common name MacDonald's rockcress.", "Plant", All]Find mentions of MacDonald's rockcress in a text:
TextContents["Arabis macdonaldiana is a species of flowering plant in the mustard family known by the common name MacDonald's rockcress. It is native to northern California and Oregon, where it grows on newly exposed, barren serpentine soils in openings in temperate coniferous forest habitat. It is a rare and endangered plant known from several sites in California and approximately two occurrences in Oregon, where it is threatened mainly by mining, particularly of nickel, which is one of several metals plentiful in the serpentine.", Entity["Plant", "Species:ArabisMacdonaldiana"]]See Also
TextCases TextPosition TextSentences Containing PlantData
Entity Types: Plant
Interpreter Types: Plant ComputedPlant