"NetworkService" (Text Content Type)
-
See Also
- TextCases
- TextPosition
- TextSentences
- Containing
-
- Entity Types
- NetworkService
-
- Interpreter Types
- NetworkService
- ComputedNetworkService
-
- Text Contents
- IPAddress
- URL
- EmailAddress
- Related Guides
-
-
See Also
- TextCases
- TextPosition
- TextSentences
- Containing
-
- Entity Types
- NetworkService
-
- Interpreter Types
- NetworkService
- ComputedNetworkService
-
- Text Contents
- IPAddress
- URL
- EmailAddress
- Related Guides
-
See Also
"NetworkService" (Text Content Type)
Text identified as the name of a network service.
Details
- "NetworkService" can be used in TextCases, TextPosition and TextContents.
- "NetworkService" corresponds to any mention of a network service (real or not real) in the context of the text.
- Homonyms of network services that are not network services should not be detected as "NetworkService" (if the context allows disambiguation).
- TextCases[…,"NetworkService""Interpretation"] attempts to return entities of type "NetworkService", as Interpreter["NetworkService"] does.
- Any specific "NetworkService" entity such as
can also be used as a content type in TextCases, TextPosition and TextContents.
Examples
Basic Examples (3)
Find occurrences of network services in a text:
TextCases["The Civil Air Patrol operates two squadrons at Meacham, the Fort Worth Senior Squadron, and the Phoenix Composite Squadron.", "NetworkService"]Get the result as a list of "NetworkService" entities:
TextCases["The Civil Air Patrol operates two squadrons at Meacham, the Fort Worth Senior Squadron, and the Phoenix Composite Squadron.", "NetworkService" -> "Interpretation", VerifyInterpretation -> True]A similar result can be obtained by applying Interpreter["NetworkService"] to text snippets:
Interpreter["NetworkService"][{"Patrol"}]Get properties about occurrences of network services:
TextContents["The Civil Air Patrol operates two squadrons at Meacham, the Fort Worth Senior Squadron, and the Phoenix Composite Squadron.", "NetworkService", All]Find mentions of Patrol in a text:
TextContents["The terminal building houses several ATK employees, some Fort Worth city departments (mainly Aviation and Housing Development), a branch of Enterprise Rent-A-Car, and several aviation related businesses. The Civil Air Patrol operates two squadrons at Meacham, the Fort Worth Senior Squadron, and the Phoenix Composite Squadron. There are three FBOs operating on the field: American Aero, Cornerstone Flight Center and Texas Jet.", Entity["NetworkService", "Patrol::6s9mp"]]See Also
TextCases TextPosition TextSentences Containing
Entity Types: NetworkService
Interpreter Types: NetworkService ComputedNetworkService
Text Contents: IPAddress URL EmailAddress