"WritingScript" (Text Content Type)
-
See Also
- TextCases
- TextPosition
- TextSentences
- Containing
-
- Entity Types
- WritingScript
-
- Interpreter Types
- WritingScript
- ComputedWritingScript
-
- Text Contents
- Language
- Alphabet
- Word
- Country
- HistoricalCountry
- Related Guides
-
-
See Also
- TextCases
- TextPosition
- TextSentences
- Containing
-
- Entity Types
- WritingScript
-
- Interpreter Types
- WritingScript
- ComputedWritingScript
-
- Text Contents
- Language
- Alphabet
- Word
- Country
- HistoricalCountry
- Related Guides
-
See Also
"WritingScript" (Text Content Type)
Text identified as the name of a writing script.
Details
- "WritingScript" can be used in TextCases, TextPosition and TextContents.
- "WritingScript" corresponds to any mention of a writing script (real or not real) in the context of the text.
- Homonyms of writing scripts that are not writing scripts should not be detected as "WritingScript" (if the context allows disambiguation).
- TextCases[…,"WritingScript""Interpretation"] attempts to return entities of type "WritingScript", as Interpreter["WritingScript"] does.
- Any specific "WritingScript" entity such as
can also be used as a content type in TextCases, TextPosition and TextContents.
Examples
Basic Examples (3)
Find occurrences of writing scripts in a text:
TextCases["Doosan Group (Hangul: 두산그룹; Hanja: 斗山그룹) is a South Korean conglomerate company.", "WritingScript"]Get the result as a list of "WritingScript" entities:
TextCases["Doosan Group (Hangul: 두산그룹; Hanja: 斗山그룹) is a South Korean conglomerate company.", "WritingScript" -> "Interpretation", VerifyInterpretation -> True]A similar result can be obtained by applying Interpreter["WritingScript"] to text snippets:
Interpreter["WritingScript"][{"Hangul", "Hanja"}]Get properties about occurrences of writing scripts:
TextContents["Doosan Group (Hangul: 두산그룹; Hanja: 斗山그룹) is a South Korean conglomerate company.", "WritingScript", All]Find mentions of Han in a text:
TextContents["Doosan Group (Hangul: 두산그룹; Hanja: 斗山그룹) is a South Korean conglomerate company. In 2009, the company was placed 471st in the Fortune Global 500. It has been included in the Forbes Global 2000 companies from 2007. It is the parent company of ŠKODA power. Doosan was ranked 4th among the \"World's Best 40 Companies 2009\" list, released in the latest issue of BusinessWeek, the U.S. economics magazine in October 2009.", Entity["WritingScript", "ChineseCharacters::65s25"]]See Also
TextCases TextPosition TextSentences Containing
Entity Types: WritingScript
Interpreter Types: WritingScript ComputedWritingScript
Text Contents: Language Alphabet Word Country HistoricalCountry