"Surface" (Text Content Type)
-
See Also
- TextCases
- TextPosition
- TextSentences
- Containing
- SurfaceData
-
- Entity Types
- Surface
-
- Interpreter Types
- Surface
- ComputedSurface
-
- Text Contents
- Polyhedron
- Graph
- SpaceCurve
- IntegerSequence
- FiniteGroup
- Related Guides
-
-
See Also
- TextCases
- TextPosition
- TextSentences
- Containing
- SurfaceData
-
- Entity Types
- Surface
-
- Interpreter Types
- Surface
- ComputedSurface
-
- Text Contents
- Polyhedron
- Graph
- SpaceCurve
- IntegerSequence
- FiniteGroup
- Related Guides
-
See Also
"Surface" (Text Content Type)
Text identified as the name of a surface.
Details
- "Surface" can be used in TextCases, TextPosition and TextContents.
- "Surface" corresponds to any mention of a surface (real or not real) in the context of the text.
- Homonyms of surfaces that are not surfaces should not be detected as "Surface" (if the context allows disambiguation).
- TextCases[…,"Surface""Interpretation"] attempts to return entities of type "Surface", as Interpreter["Surface"] does.
- Any specific "Surface" entity such as
can also be used as a content type in TextCases, TextPosition and TextContents.
Examples
Basic Examples (3)
Find occurrences of surfaces in a text:
TextCases["A less used presentation of the Möbius strip is as the topological quotient of a torus.", "Surface"]Get the result as a list of "Surface" entities:
TextCases["A less used presentation of the Möbius strip is as the topological quotient of a torus.", "Surface" -> "Interpretation", VerifyInterpretation -> True]A similar result can be obtained by applying Interpreter["Surface"] to text snippets:
Interpreter["Surface"][{"Möbius strip", "torus"}]Get properties about occurrences of surfaces:
TextContents["A less used presentation of the Möbius strip is as the topological quotient of a torus.", "Surface", All]Find mentions of the Möbius strip in a text:
TextContents["Topologically, the Möbius strip can be defined as the square [0, 1] × [0, 1] with its top and bottom sides identified by the relation (x, 0) ~ (1 - x, 1) for 0 ≤ x ≤ 1, as in the diagram on the right. A less used presentation of the Möbius strip is as the topological quotient of a torus.", Entity["Surface", "MoebiusStrip"]]See Also
TextCases TextPosition TextSentences Containing SurfaceData
Entity Types: Surface
Interpreter Types: Surface ComputedSurface
Text Contents: Polyhedron Graph SpaceCurve IntegerSequence FiniteGroup