"Building" (Text Content Type)
-
See Also
- TextCases
- TextPosition
- TextSentences
- Containing
- BuildingData
-
- Entity Types
- Building
-
- Interpreter Types
- Building
- ComputedBuilding
-
- Text Contents
- Location
- LocationEntity
- Bridge
- Mine
- Tunnel
- Cemetery
- Dam
- Cave
- Castle
- HistoricalSite
- ReserveLand
- OilField
- Shipwreck
- Canal
- Related Guides
-
-
See Also
- TextCases
- TextPosition
- TextSentences
- Containing
- BuildingData
-
- Entity Types
- Building
-
- Interpreter Types
- Building
- ComputedBuilding
-
- Text Contents
- Location
- LocationEntity
- Bridge
- Mine
- Tunnel
- Cemetery
- Dam
- Cave
- Castle
- HistoricalSite
- ReserveLand
- OilField
- Shipwreck
- Canal
- Related Guides
-
See Also
"Building" (Text Content Type)
Text identified as the name of a building.
Details
- "Building" can be used in TextCases, TextPosition and TextContents.
- "Building" corresponds to any mention of a building (real or not real) in the context of the text.
- Homonyms of buildings that are not buildings should not be detected as "Building" (if the context allows disambiguation).
- TextCases[…,"Building""Interpretation"] attempts to return entities of type "Building", as Interpreter["Building"] does.
- Any specific "Building" entity such as
can also be used as a content type in TextCases, TextPosition and TextContents.
Examples
Basic Examples (3)
Find occurrences of buildings in a text:
TextCases["On the grounds of the Legislative Building, facing the Assiniboine River, there is the Louis-Riel sculpture by Miguel Joyal.", "Building"]Get the result as a list of "Building" entities:
TextCases["On the grounds of the Legislative Building, facing the Assiniboine River, there is the Louis-Riel sculpture by Miguel Joyal.", "Building" -> "Interpretation", VerifyInterpretation -> True]A similar result can be obtained by applying Interpreter["Building"] to text snippets:
Interpreter["Building"][{"Legislative Building"}]Get properties about occurrences of buildings:
TextContents["On the grounds of the Legislative Building, facing the Assiniboine River, there is the Louis-Riel sculpture by Miguel Joyal.", "Building", All]Find mentions of New Brunswick Legislative Building in a text:
TextContents["On the east side, with engraved images of weapons of war, are two male figures, one a native warrior with an eagle head-dress, another a Roman soldier, and on the west side there are two female figures for peace. Each pair guards a chest, rumoured to represent the Ark of the Covenant because of the proper proportions as mentioned in the ancient Hebrew texts. On the grounds of the Legislative Building, facing the Assiniboine River, there is the Louis-Riel sculpture by Miguel Joyal.", Entity["Building", "NewBrunswickLegislativeBuilding::5px69"]]See Also
TextCases TextPosition TextSentences Containing BuildingData
Entity Types: Building
Interpreter Types: Building ComputedBuilding
Text Contents: Location LocationEntity Bridge Mine Tunnel Cemetery Dam Cave Castle HistoricalSite ReserveLand OilField Shipwreck Canal