"Graph" (Text Content Type)
-
See Also
- TextCases
- TextPosition
- TextSentences
- Containing
- GraphData
-
- Entity Types
- Graph
-
- Interpreter Types
- Graph
- ComputedGraph
-
- Text Contents
- IntegerSequence
- Polyhedron
- SpaceCurve
- Surface
- FiniteGroup
- FamousMathProblem
- FamousMathGame
- Related Guides
-
-
See Also
- TextCases
- TextPosition
- TextSentences
- Containing
- GraphData
-
- Entity Types
- Graph
-
- Interpreter Types
- Graph
- ComputedGraph
-
- Text Contents
- IntegerSequence
- Polyhedron
- SpaceCurve
- Surface
- FiniteGroup
- FamousMathProblem
- FamousMathGame
- Related Guides
-
See Also
"Graph" (Text Content Type)
Text identified as the name of a graph.
Details
- "Graph" can be used in TextCases, TextPosition and TextContents.
- "Graph" corresponds to any mention of a graph (real or not real) in the context of the text.
- Homonyms of graphs that are not graphs should not be detected as "Graph" (if the context allows disambiguation).
- TextCases[…,"Graph""Interpretation"] attempts to return entities of type "Graph", as Interpreter["Graph"] does.
- Any specific "Graph" entity such as
can also be used as a content type in TextCases, TextPosition and TextContents.
Examples
Basic Examples (3)
Find occurrences of graphs in a text:
TextCases["In Japan the pattern is called asanoha for hemp leaf, although the name also applies to other triakis shapes like the triakis icosahedron and triakis octahedron.", "Graph"]Get the result as a list of "Graph" entities:
TextCases["In Japan the pattern is called asanoha for hemp leaf, although the name also applies to other triakis shapes like the triakis icosahedron and triakis octahedron.", "Graph" -> "Interpretation", VerifyInterpretation -> True]A similar result can be obtained by applying Interpreter["Graph"] to text snippets:
Interpreter["Graph"][{"icosahedron", "octahedron"}]Get properties about occurrences of graphs:
TextContents["In Japan the pattern is called asanoha for hemp leaf, although the name also applies to other triakis shapes like the triakis icosahedron and triakis octahedron.", "Graph", All]Find mentions of icosahedral graph in a text:
TextContents["In Japan the pattern is called asanoha for hemp leaf, although the name also applies to other triakis shapes like the triakis icosahedron and triakis octahedron. It is the dual tessellation of the truncated hexagonal tiling which has one triangle and two dodecagons at each vertex.", Entity["Graph", "IcosahedralGraph"]]See Also
TextCases TextPosition TextSentences Containing GraphData
Entity Types: Graph
Interpreter Types: Graph ComputedGraph
Text Contents: IntegerSequence Polyhedron SpaceCurve Surface FiniteGroup FamousMathProblem FamousMathGame