This token is a pronoun.
SDKs
- iOS 5.0+
- macOS 10.7+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
Framework
- Foundation
Declaration
static let pronoun: NSLinguistic Tag
This token is a pronoun.
SDKs
Framework
static let pronoun: NSLinguistic Tag
static let noun: NSLinguistic Tag
The token is a noun.
static let verb: NSLinguistic Tag
This token is a verb.
static let adjective: NSLinguistic Tag
This token is an adjective
static let adverb: NSLinguistic Tag
This token is an adverb.
static let determiner: NSLinguistic Tag
This token is a determiner.
static let particle: NSLinguistic Tag
This token is a particle.
static let preposition: NSLinguistic Tag
This token is a preposition.
static let number: NSLinguistic Tag
This token is a number.
static let conjunction: NSLinguistic Tag
This token is a conjunction.
static let interjection: NSLinguistic Tag
This token is an interjection.
static let classifier: NSLinguistic Tag
This token is a classifier.
static let idiom: NSLinguistic Tag
This token is an idiom.
static let other Word: NSLinguistic Tag
This token is a word other than a kind described by other lexical classes (noun, verb, adjective, adverb, pronoun, determiner, particle, preposition, number, conjunction, interjection, classifier, and idiom).
static let sentence Terminator: NSLinguistic Tag
This token is a sentence terminator.
static let open Quote: NSLinguistic Tag
This token is an open quote.
static let close Quote: NSLinguistic Tag
This token is a close quote.
static let open Parenthesis: NSLinguistic Tag
This token is an open parenthesis.
static let close Parenthesis: NSLinguistic Tag
This token is a close parenthesis.
static let word Joiner: NSLinguistic Tag
This token is a word joiner.
static let dash: NSLinguistic Tag
This token is a dash.
static let other Punctuation: NSLinguistic Tag
This token is punctuation other than a kind described by other lexical classes (sentence terminator, open or close quote, open or close parenthesis, word joiner, and dash).
static let paragraph Break: NSLinguistic Tag
This token is a paragraph break.
static let other Whitespace: NSLinguistic Tag
This token is whitespace other than a kind described by other lexical classes (paragraph break).