"DogBreed" (Text Content Type)
-
See Also
- TextCases
- TextPosition
- TextSentences
- Containing
-
- Entity Types
- DogBreed
-
- Interpreter Types
- DogBreed
- ComputedDogBreed
-
- Text Contents
- CatBreed
- Species
- Plant
- Dinosaur
- Related Guides
-
-
See Also
- TextCases
- TextPosition
- TextSentences
- Containing
-
- Entity Types
- DogBreed
-
- Interpreter Types
- DogBreed
- ComputedDogBreed
-
- Text Contents
- CatBreed
- Species
- Plant
- Dinosaur
- Related Guides
-
See Also
"DogBreed" (Text Content Type)
Text identified as the name of a dog breed.
Details
- "DogBreed" can be used in TextCases, TextPosition and TextContents.
- "DogBreed" corresponds to any mention of a dog breed (real or not real) in the context of the text.
- Homonyms of dog breeds that are not dog breeds should not be detected as "DogBreed" (if the context allows disambiguation).
- TextCases[…,"DogBreed""Interpretation"] attempts to return entities of type "DogBreed", as Interpreter["DogBreed"] does.
- Any specific "DogBreed" entity such as
can also be used as a content type in TextCases, TextPosition and TextContents.
Examples
Basic Examples (3)
Find occurrences of dog breeds in a text:
TextCases["In 1965, he moved with the franchise to Philadelphia and coached the Bulldogs for one season in the Continental Football League.", "DogBreed"]Get the result as a list of "DogBreed" entities:
TextCases["In 1965, he moved with the franchise to Philadelphia and coached the Bulldogs for one season in the Continental Football League.", "DogBreed" -> "Interpretation", VerifyInterpretation -> True]A similar result can be obtained by applying Interpreter["DogBreed"] to text snippets:
Interpreter["DogBreed"][{"Bulldogs"}]Get properties about occurrences of dog breeds:
TextContents["In 1965, he moved with the franchise to Philadelphia and coached the Bulldogs for one season in the Continental Football League.", "DogBreed", All]Find mentions of English bulldog in a text:
TextContents["In 1965, he moved with the franchise to Philadelphia and coached the Bulldogs for one season in the Continental Football League. By 1966, Dimancheff was back in the NFL as the receivers coach and director of player personnel for George Halas and the Chicago Bears. Dimancheff spent seven seasons in Chicago before moving on to the World Football League (WLF) and a job as the offensive coordinator for the Southern California Sun. When the league folded after the 1975 season, he remained in Southern California.", Entity["DogBreed", "EnglishBulldog"]]See Also
TextCases TextPosition TextSentences Containing
Entity Types: DogBreed
Interpreter Types: DogBreed ComputedDogBreed