"MusicAct" (Text Content Type)
-
See Also
- TextCases
- TextPosition
- TextSentences
- Containing
-
- Entity Types
- MusicAct
-
- Interpreter Types
- MusicAct
- ComputedMusicAct
-
- Text Contents
- MusicAlbum
- MusicWork
- Movie
- BroadcastStation
- MusicalInstrument
- Person
- Artwork
- Related Guides
-
-
See Also
- TextCases
- TextPosition
- TextSentences
- Containing
-
- Entity Types
- MusicAct
-
- Interpreter Types
- MusicAct
- ComputedMusicAct
-
- Text Contents
- MusicAlbum
- MusicWork
- Movie
- BroadcastStation
- MusicalInstrument
- Person
- Artwork
- Related Guides
-
See Also
"MusicAct" (Text Content Type)
Text identified as the name of a music act expressed in natural language.
Details
- "MusicAct" can be used in TextCases, TextPosition and TextContents.
- "MusicAct" corresponds to any mention of a music act (real or not real) in the context of the text.
- Homonyms of music acts that are not music acts should not be detected as "MusicAct" (if the context allows disambiguation).
- TextCases[…,"MusicAct""Interpretation"] attempts to return entities of type "MusicAct", as Interpreter["MusicAct"] does.
- Any specific "MusicAct" entity such as
can also be used as a content type in TextCases, TextPosition and TextContents.
Examples
Basic Examples (3)
Find occurrences of music acts in a text:
TextCases["Instead, the Bee Gees got together with Eric Clapton to create a group called 'the Bunburys' to raise money for English charities.", "MusicAct"]Get the result as a list of "MusicAct" entities:
TextCases["Instead, the Bee Gees got together with Eric Clapton to create a group called 'the Bunburys' to raise money for English charities.", "MusicAct" -> "Interpretation", VerifyInterpretation -> True]A similar result can be obtained by applying Interpreter["MusicAct"] to text snippets:
Interpreter["MusicAct"][{"Bee Gees", "Eric Clapton"}]Get properties about occurrences of music acts:
TextContents["Instead, the Bee Gees got together with Eric Clapton to create a group called 'the Bunburys' to raise money for English charities.", "MusicAct", All]Find mentions of the Bee Gees in a text:
TextContents["Instead, the Bee Gees got together with Eric Clapton to create a group called 'the Bunburys' to raise money for English charities. The group recorded three songs for The Bunbury Tails: \"We're the Bunburys\", \"Bunbury Afternoon\", and \"Fight (No Matter How Long)\". The last song reached No. 8 on the rock music chart and appeared on The 1988 Summer Olympics Album.", Entity["MusicAct", "BeeGees::25qp7"]]See Also
TextCases TextPosition TextSentences Containing
Entity Types: MusicAct
Interpreter Types: MusicAct ComputedMusicAct
Text Contents: MusicAlbum MusicWork Movie BroadcastStation MusicalInstrument Person Artwork