NSLinguisticTagSchemeTokenType
Classifies tokens according to their broad type: word, punctuation, or whitespace.
NSLinguisticTagSchemeLexicalClass
Classifies tokens according to class: part of speech, type of punctuation, or whitespace.
NSLinguisticTagSchemeNameType
Classifies tokens according to whether they are part of a named entity.
トークンをそれが固有表現の一部であるかどうかに従って分類します。
NSLinguisticTagSchemeNameTypeOrLexicalClass
Classifies tokens corresponding to names according to
NSLinguisticTagSchemeNameType
, and classifies all other tokens according to NSLinguisticTagSchemeLexicalClass
.
名前に相当するトークンをNSLinguisticTagSchemeNameType
に従って分類します、そして全ての他のトークンをNSLinguisticTagSchemeLexicalClass
に従って分類します。
NSLinguisticTagSchemeLanguage
Supplies the language for a token, if one can be determined.
あるトークンに対する言語を提供します、もしそれが判定できるならば。
NSLinguisticTagSchemeScript
Supplies the script for a token, if one can be determined.
あるトークンに対する書体を提供します、もしれそれが判定できるならば。