"Cemetery" (Text Content Type)
-
See Also
- TextCases
- TextPosition
- TextSentences
- Containing
-
- Entity Types
- Cemetery
-
- Interpreter Types
- Cemetery
- ComputedCemetery
-
- Text Contents
- Location
- LocationEntity
- Castle
- Cave
- Canal
- Shipwreck
- Dam
- Tunnel
- Bridge
- Mine
- HistoricalSite
- Building
- OilField
- ReserveLand
- Related Guides
-
-
See Also
- TextCases
- TextPosition
- TextSentences
- Containing
-
- Entity Types
- Cemetery
-
- Interpreter Types
- Cemetery
- ComputedCemetery
-
- Text Contents
- Location
- LocationEntity
- Castle
- Cave
- Canal
- Shipwreck
- Dam
- Tunnel
- Bridge
- Mine
- HistoricalSite
- Building
- OilField
- ReserveLand
- Related Guides
-
See Also
"Cemetery" (Text Content Type)
Text identified as the name of a cemetery.
Details
- "Cemetery" can be used in TextCases, TextPosition and TextContents.
- "Cemetery" corresponds to any mention of a cemetery (real or not real) in the context of the text.
- Homonyms of cemeteries that are not cemeteries should not be detected as "Cemetery" (if the context allows disambiguation).
- TextCases[…,"Cemetery""Interpretation"] attempts to return entities of type "Cemetery", as Interpreter["Cemetery"] does.
- Any specific "Cemetery" entity such as
can also be used as a content type in TextCases, TextPosition and TextContents.
Examples
Basic Examples (3)
Find occurrences of cemeteries in a text:
TextCases["Calvary Cemetery is the oldest existing Roman Catholic cemetery in Milwaukee, Wisconsin.", "Cemetery"]Get the result as a list of "Cemetery" entities:
TextCases["Calvary Cemetery is the oldest existing Roman Catholic cemetery in Milwaukee, Wisconsin.", "Cemetery" -> "Interpretation", VerifyInterpretation -> True]A similar result can be obtained by applying Interpreter["Cemetery"] to text snippets:
Interpreter["Cemetery"][{"Calvary Cemetery"}]Get properties about occurrences of cemeteries:
TextContents["Calvary Cemetery is the oldest existing Roman Catholic cemetery in Milwaukee, Wisconsin.", "Cemetery", All]Find mentions of Calvary Cemetery in a text:
TextContents["Calvary Cemetery is the oldest existing Roman Catholic cemetery in Milwaukee, Wisconsin. Owned by the Archdiocese of Milwaukee, it is the final resting place for many of the city's early influential figures. The cemetery was designated a Milwaukee Landmark in 1981. With 75 acres (30 ha) and approximately 80,000 interments, the Victorian landscape contains many ornate statues, crypts and monuments.", Entity["Cemetery", "CalvaryCemetery::9qb7c"]]See Also
TextCases TextPosition TextSentences Containing
Entity Types: Cemetery
Interpreter Types: Cemetery ComputedCemetery
Text Contents: Location LocationEntity Castle Cave Canal Shipwreck Dam Tunnel Bridge Mine HistoricalSite Building OilField ReserveLand