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 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).
このトークンは、他の語彙クラス(段落区切り)によって記述される種類のものとは違う、ある空白です。