"CurrencyDenomination" (Text Content Type)
-
See Also
- TextCases
- TextPosition
- TextSentences
- Containing
-
- Entity Types
- CurrencyDenomination
-
- Interpreter Types
- CurrencyDenomination
- ComputedCurrencyDenomination
-
- Text Contents
- CurrencyAmount
- Company
- Financial
- Related Guides
-
-
See Also
- TextCases
- TextPosition
- TextSentences
- Containing
-
- Entity Types
- CurrencyDenomination
-
- Interpreter Types
- CurrencyDenomination
- ComputedCurrencyDenomination
-
- Text Contents
- CurrencyAmount
- Company
- Financial
- Related Guides
-
See Also
"CurrencyDenomination" (Text Content Type)
Text identified as the name of a currency denomination.
Details
- "CurrencyDenomination" can be used in TextCases, TextPosition and TextContents.
- "CurrencyDenomination" corresponds to any mention of a currency denomination (real or not real) in the context of the text.
- Homonyms of currency denominations that are not currency denominations should not be detected as "CurrencyDenomination" (if the context allows disambiguation).
- TextCases[…,"CurrencyDenomination""Interpretation"] attempts to return entities of type "CurrencyDenomination", as Interpreter["CurrencyDenomination"] does.
- Any specific "CurrencyDenomination" entity such as
can also be used as a content type in TextCases, TextPosition and TextContents.
Examples
Basic Examples (3)
Find occurrences of currency denominations in a text:
TextCases["Throughout the Daitō Islands, sugarcane farms were significantly affected by Typhoon Halola, resulting in ¥154 million (US$1.2 million) in damage.", "CurrencyDenomination"]Get the result as a list of "CurrencyDenomination" entities:
TextCases["Throughout the Daitō Islands, sugarcane farms were significantly affected by Typhoon Halola, resulting in ¥154 million (US$1.2 million) in damage.", "CurrencyDenomination" -> "Interpretation", VerifyInterpretation -> True]A similar result can be obtained by applying Interpreter["CurrencyDenomination"] to text snippets:
Interpreter["CurrencyDenomination"][{"¥"}]Get properties about occurrences of currency denominations:
TextContents["Throughout the Daitō Islands, sugarcane farms were significantly affected by Typhoon Halola, resulting in ¥154 million (US$1.2 million) in damage.", "CurrencyDenomination", All]Find mentions of Japanese yen in a text:
TextContents["Ironically, Halola helped suppress rainfall across the majority of mainland Japan by severing a plume of moisture previously bringing several days of heavy rain. Most areas across western Japan received modest rainfall from the dissipating storm. Throughout the Daitō Islands, sugarcane farms were significantly affected by Typhoon Halola, resulting in ¥154 million (US$1.2 million) in damage. The heavy rains on Tokunoshima prompted the evacuation of 7,500 residents and flooding damaged 90 homes. Multiple landslides were reported on the island.", Entity["CurrencyDenomination", {"Japan", 1, "Yen", "coin"}]]See Also
TextCases TextPosition TextSentences Containing
Entity Types: CurrencyDenomination
Interpreter Types: CurrencyDenomination ComputedCurrencyDenomination
Text Contents: CurrencyAmount Company Financial