"HistoricalCountry" (Text Content Type)
-
See Also
- TextCases
- TextPosition
- TextSentences
- Containing
-
- Entity Types
- HistoricalCountry
-
- Interpreter Types
- HistoricalCountry
- ComputedHistoricalCountry
-
- Text Contents
- Location
- LocationEntity
- HistoricalSite
- Country
- Person
- WritingScript
- Related Guides
-
-
See Also
- TextCases
- TextPosition
- TextSentences
- Containing
-
- Entity Types
- HistoricalCountry
-
- Interpreter Types
- HistoricalCountry
- ComputedHistoricalCountry
-
- Text Contents
- Location
- LocationEntity
- HistoricalSite
- Country
- Person
- WritingScript
- Related Guides
-
See Also
"HistoricalCountry" (Text Content Type)
Text identified as the name of a historical country.
Details
- "HistoricalCountry" can be used in TextCases, TextPosition and TextContents.
- "HistoricalCountry" corresponds to any mention of a historical country (real or not real) in the context of the text.
- Homonyms of historical countries that are not historical countries should not be detected as "HistoricalCountry" (if the context allows disambiguation).
- TextCases[…,"HistoricalCountry""Interpretation"] attempts to return entities of type "HistoricalCountry", as Interpreter["HistoricalCountry"] does.
- Any specific "HistoricalCountry" entity such as
can also be used as a content type in TextCases, TextPosition and TextContents.
Examples
Basic Examples (3)
Find occurrences of historical countries in a text:
TextCases["Its development took over ten years, despite it being 20 years after the American F-1, due to the relative backwardness of the USSR's industrial base as foreseen by Glushko.", "HistoricalCountry"]Get the result as a list of "HistoricalCountry" entities:
TextCases["Its development took over ten years, despite it being 20 years after the American F-1, due to the relative backwardness of the USSR's industrial base as foreseen by Glushko.", "HistoricalCountry" -> "Interpretation", VerifyInterpretation -> True]A similar result can be obtained by applying Interpreter["HistoricalCountry"] to text snippets:
Interpreter["HistoricalCountry"][{"USSR"}]Get properties about occurrences of historical countries:
TextContents["Its development took over ten years, despite it being 20 years after the American F-1, due to the relative backwardness of the USSR's industrial base as foreseen by Glushko.", "HistoricalCountry", All]Find mentions of Union of Soviet Socialist Republics in a text:
TextContents["Its development took over ten years, despite it being 20 years after the American F-1, due to the relative backwardness of the USSR's industrial base as foreseen by Glushko. This probably vindicated his decision not to support the development of such an engine for the N1 rocket. The difference of opinions led to a falling out between Korolev and Glushko. In 1962, a committee that was appointed to break the logjam agreed with Korolev.", Entity["HistoricalCountry", "UnionSovietSocialistRepublics"]]See Also
TextCases TextPosition TextSentences Containing
Entity Types: HistoricalCountry
Interpreter Types: HistoricalCountry ComputedHistoricalCountry
Text Contents: Location LocationEntity HistoricalSite Country Person WritingScript