"Chemical" (Text Content Type)
-
See Also
- TextCases
- TextPosition
- TextSentences
- Containing
- ChemicalData
-
- Entity Types
- Chemical
-
- Interpreter Types
- Chemical
- ComputedChemical
-
- Text Contents
- Mineral
- Particle
- Element
- Related Guides
-
-
See Also
- TextCases
- TextPosition
- TextSentences
- Containing
- ChemicalData
-
- Entity Types
- Chemical
-
- Interpreter Types
- Chemical
- ComputedChemical
-
- Text Contents
- Mineral
- Particle
- Element
- Related Guides
-
See Also
"Chemical" (Text Content Type)
Text identified as the name of a chemical.
Details
- "Chemical" can be used in TextCases, TextPosition and TextContents.
- "Chemical" corresponds to any mention of a chemical (real or not real) in the context of the text.
- Homonyms of chemicals that are not chemicals should not be detected as "Chemical" (if the context allows disambiguation).
- TextCases[…,"Chemical""Interpretation"] attempts to return entities of type "Chemical", as Interpreter["Chemical"] does.
- Any specific "Chemical" entity such as
can also be used as a content type in TextCases, TextPosition and TextContents.
Examples
Basic Examples (3)
Find occurrences of chemicals in a text:
TextCases["This precatalyst was uncovered in attempts to use tris(triphenylphosphine)rhodium chloride as a hydroformylation catalyst.", "Chemical"]Get the result as a list of "Chemical" entities:
TextCases["This precatalyst was uncovered in attempts to use tris(triphenylphosphine)rhodium chloride as a hydroformylation catalyst.", "Chemical" -> "Interpretation", VerifyInterpretation -> True]A similar result can be obtained by applying Interpreter["Chemical"] to text snippets:
Interpreter["Chemical"][{"tris", "triphenylphosphine", "rhodium chloride"}]Get properties about occurrences of chemicals:
TextContents["This precatalyst was uncovered in attempts to use tris(triphenylphosphine)rhodium chloride as a hydroformylation catalyst.", "Chemical", All]Find mentions of rhodium(III) chloride in a text:
TextContents["This precatalyst was uncovered in attempts to use tris(triphenylphosphine)rhodium chloride as a hydroformylation catalyst. It was found that the complex would quickly carbonylate and that the catalytic activity of the resulting material was enhanced by a variety of additives but inhibited by halides. This inhibition did not occur in the presence of base, suggesting that the hydrido-complex represented the catalytic form of the complex.", Entity["Chemical", "RhodiumIIIChloride"]]See Also
TextCases TextPosition TextSentences Containing ChemicalData
Entity Types: Chemical
Interpreter Types: Chemical ComputedChemical