"FamousChemistryProblem" (Text Content Type)
-
See Also
- TextCases
- TextPosition
- TextSentences
- Containing
-
- Entity Types
- FamousChemistryProblem
-
- Interpreter Types
- FamousChemistryProblem
- ComputedFamousChemistryProblem
-
- Text Contents
- FamousPhysicsProblem
- Chemical
- Element
- Particle
- Mineral
- PhysicalConstant
- Related Guides
-
-
See Also
- TextCases
- TextPosition
- TextSentences
- Containing
-
- Entity Types
- FamousChemistryProblem
-
- Interpreter Types
- FamousChemistryProblem
- ComputedFamousChemistryProblem
-
- Text Contents
- FamousPhysicsProblem
- Chemical
- Element
- Particle
- Mineral
- PhysicalConstant
- Related Guides
-
See Also
"FamousChemistryProblem" (Text Content Type)
Text identified as the name of a chemistry problem.
Details
- "FamousChemistryProblem" can be used in TextCases, TextPosition and TextContents.
- "FamousChemistryProblem" corresponds to any mention of a famous chemistry problem (real or not real) in the context of the text.
- Homonyms of famous chemistry problems that are not famous chemistry problems should not be detected as "FamousChemistryProblem" (if the context allows disambiguation).
- TextCases[…,"FamousChemistryProblem""Interpretation"] attempts to return entities of type "FamousChemistryProblem", as Interpreter["FamousChemistryProblem"] does.
- Any specific "FamousChemistryProblem" entity such as
can also be used as a content type in TextCases, TextPosition and TextContents.
Examples
Basic Examples (3)
Find occurrences of famous chemistry problems in a text:
TextCases["Introducing the Boltzmann constant transforms the ideal gas law into an alternative form:", "FamousChemistryProblem"]Get the result as a list of "FamousChemistryProblem" entities:
TextCases["Introducing the Boltzmann constant transforms the ideal gas law into an alternative form:", "FamousChemistryProblem" -> "Interpretation", VerifyInterpretation -> True]A similar result can be obtained by applying Interpreter["FamousChemistryProblem"] to text snippets:
Interpreter["FamousChemistryProblem"][{"ideal gas law"}]Get properties about occurrences of famous chemistry problems:
TextContents["Introducing the Boltzmann constant transforms the ideal gas law into an alternative form:", "FamousChemistryProblem", All]Find mentions of ideal gas law in a text:
TextContents["where R is the gas constant (8.3144598(48) J⋅K-1⋅mol-1). Introducing the Boltzmann constant transforms the ideal gas law into an alternative form:", Entity["FamousChemistryProblem", "IdealGasLaw"]]See Also
TextCases TextPosition TextSentences Containing
Entity Types: FamousChemistryProblem
Interpreter Types: FamousChemistryProblem ComputedFamousChemistryProblem
Text Contents: FamousPhysicsProblem Chemical Element Particle Mineral PhysicalConstant