"LibrarySystem" (Text Content Type)
-
See Also
- TextCases
- TextPosition
- TextSentences
- Containing
-
- Entity Types
- LibrarySystem
-
- Interpreter Types
- LibrarySystem
- ComputedLibrarySystem
-
- Text Contents
- Location
- LocationEntity
- LibraryBranch
- Museum
- SchoolDistrict
- University
- PublicSchool
- PrivateSchool
- Book
- Movie
- Periodical
- Artwork
- MusicAlbum
- Building
- Related Guides
-
-
See Also
- TextCases
- TextPosition
- TextSentences
- Containing
-
- Entity Types
- LibrarySystem
-
- Interpreter Types
- LibrarySystem
- ComputedLibrarySystem
-
- Text Contents
- Location
- LocationEntity
- LibraryBranch
- Museum
- SchoolDistrict
- University
- PublicSchool
- PrivateSchool
- Book
- Movie
- Periodical
- Artwork
- MusicAlbum
- Building
- Related Guides
-
See Also
"LibrarySystem" (Text Content Type)
Text identified as the name of a library system.
Details
- "LibrarySystem" can be used in TextCases, TextPosition and TextContents.
- "LibrarySystem" corresponds to any mention of a library system (real or not real) in the context of the text.
- Homonyms of library systems that are not library systems should not be detected as "LibrarySystem" (if the context allows disambiguation).
- TextCases[…,"LibrarySystem""Interpretation"] attempts to return entities of type "LibrarySystem", as Interpreter["LibrarySystem"] does.
- Any specific "LibrarySystem" entity such as
can also be used as a content type in TextCases, TextPosition and TextContents.
Examples
Basic Examples (3)
Find occurrences of library systems in a text:
TextCases["Webber Park and 14 other libraries of Minneapolis Public Library were merged into the combined urban/suburban Hennepin County Library in 2008.", "LibrarySystem"]Get the result as a list of "LibrarySystem" entities:
TextCases["Webber Park and 14 other libraries of Minneapolis Public Library were merged into the combined urban/suburban Hennepin County Library in 2008.", "LibrarySystem" -> "Interpretation", VerifyInterpretation -> True]A similar result can be obtained by applying Interpreter["LibrarySystem"] to text snippets:
Interpreter["LibrarySystem"][{"Minneapolis Public Library", "Hennepin County Library"}]Get properties about occurrences of library systems:
TextContents["Webber Park and 14 other libraries of Minneapolis Public Library were merged into the combined urban/suburban Hennepin County Library in 2008.", "LibrarySystem", All]Find mentions of Hennepin County Library in a text:
TextContents["In 1954 the library acquired the rest of the building from the Minneapolis Park Board and renamed it Webber Park Library. In 1979 the field house was razed to make way for a new swimming pool and a new Webber Park Library was built in 1980. Webber Park and 14 other libraries of Minneapolis Public Library were merged into the combined urban/suburban Hennepin County Library in 2008. The 1980 structure began to fail in 2013 and was closed and razed.", Entity["LibrarySystem", "HennepinCountyLibrary::64ttz"]]See Also
TextCases TextPosition TextSentences Containing
Entity Types: LibrarySystem
Interpreter Types: LibrarySystem ComputedLibrarySystem
Text Contents: Location LocationEntity LibraryBranch Museum SchoolDistrict University PublicSchool PrivateSchool Book Movie Periodical Artwork MusicAlbum Building