static let interjection: NSLinguisticTag
This token is an interjection.
このトークンはある感嘆詞です。
static let otherWord : NSLinguisticTag
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 sentenceTerminator : NSLinguisticTag
This token is a sentence terminator.
このトークンはある文終端子です。
static let closeQuote : NSLinguisticTag
This token is a close quote.
このトークンはある閉じ引用符です。
static let openParenthesis : NSLinguisticTag
This token is an open parenthesis.
このトークンはある開き括弧です。
static let closeParenthesis : NSLinguisticTag
This token is a close parenthesis.
このトークンはある閉じ括弧です。
static let wordJoiner : NSLinguisticTag
This token is a word joiner.
このトークンはある単語結合子です。
static let otherPunctuation : NSLinguisticTag
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 paragraphBreak : NSLinguisticTag
This token is a paragraph break.
このトークンはある段落区切りです。
static let otherWhitespace : NSLinguisticTag
This token is whitespace other than a kind described by other lexical classes (paragraph break).
このトークンは、他の語彙クラス(段落区切り)によって記述される種類のものとは違う、ある空白です。