"Financial" (Text Content Type)
-
See Also
- TextCases
- TextPosition
- TextSentences
- Containing
- FinancialData
-
- Entity Types
- Financial
-
- Interpreter Types
- Financial
- ComputedFinancial
-
- Text Contents
- Company
- CurrencyAmount
- CurrencyDenomination
- Related Guides
-
-
See Also
- TextCases
- TextPosition
- TextSentences
- Containing
- FinancialData
-
- Entity Types
- Financial
-
- Interpreter Types
- Financial
- ComputedFinancial
-
- Text Contents
- Company
- CurrencyAmount
- CurrencyDenomination
- Related Guides
-
See Also
"Financial" (Text Content Type)
Text identified as the name of a financial entity.
Details
- "Financial" can be used in TextCases, TextPosition and TextContents.
- "Financial" corresponds to any mention of a financial entity (real or not real) in the context of the text.
- Homonyms of financial entities that are not financial entities should not be detected as "Financial" (if the context allows disambiguation).
- TextCases[…,"Financial""Interpretation"] attempts to return entities of type "Financial", as Interpreter["Financial"] does.
- Any specific "Financial" entity such as
can also be used as a content type in TextCases, TextPosition and TextContents.
Examples
Basic Examples (3)
Find occurrences of financial entities in a text:
TextCases["As one of the world's highest-altitude airports, El Alto offers features taken advantage of by aircraft manufacturers such as Airbus and Boeing to test high-altitude flights.", "Financial"]Get the result as a list of "Financial" entities:
TextCases["As one of the world's highest-altitude airports, El Alto offers features taken advantage of by aircraft manufacturers such as Airbus and Boeing to test high-altitude flights.", "Financial" -> "Interpretation", VerifyInterpretation -> True]A similar result can be obtained by applying Interpreter["Financial"] to text snippets:
Interpreter["Financial"][{"Airbus", "Boeing"}]Get properties about occurrences of financial entities:
TextContents["As one of the world's highest-altitude airports, El Alto offers features taken advantage of by aircraft manufacturers such as Airbus and Boeing to test high-altitude flights.", "Financial", All]Find mentions of Airbus in a text:
TextContents["As one of the world's highest-altitude airports, El Alto offers features taken advantage of by aircraft manufacturers such as Airbus and Boeing to test high-altitude flights. Modern aircraft such as the Airbus A350 XWB and Boeing 787 have used El Alto to perform flight tests for their certification processes.", Entity["Financial", "PA:AIR"]]See Also
TextCases TextPosition TextSentences Containing FinancialData
Entity Types: Financial
Interpreter Types: Financial ComputedFinancial
Text Contents: Company CurrencyAmount CurrencyDenomination