static let tokenType : NSLinguisticTagScheme
Classifies tokens according to their broad type: word, punctuation, or whitespace.
static let nameType : NSLinguisticTagScheme
Classifies tokens according to whether they are part of a named entity.
トークンをそれが固有表現の一部であるかどうかに従って分類します。
static let nameTypeOrLexicalClass : NSLinguisticTagScheme
Classifies tokens corresponding to names according to
nameType
, and classifies all other tokens according to lexicalClass
.
名前に相当するトークンをnameType
に従って分類します、そして全ての他のトークンをlexicalClass
に従って分類します。
static let lemma: NSLinguisticTagScheme
Supplies a stem form of a word token, if known.
単語の語幹形式を提供します、もし知られるならば。
static let language: NSLinguisticTagScheme
Supplies the language for a token, if one can be determined.
あるトークンに対する言語を提供します、もしそれが判定できるならば。
static let script: NSLinguisticTagScheme
Supplies the script for a token, if one can be determined.
あるトークンに対する書体を提供します、もしれそれが判定できるならば。