Type Alias
NSLinguisticTag
A token, lexical class, name, lemma, language, or script returned by a linguistic tagger for natural language text.
自然言語テキストに対する言語学的タガー(タグ付けプログラム)によって返される、トークン、語彙的クラス、名前、見出し語、言語、または書体。
Discussion
議論
When you create a linguistic tagger, you specify one or more NSLinguisticTagScheme
constants that correspond to the kind of information you want to know about a selection of natural language text. When working with linguistic tags using the methods described in Getting Linguistic Tags and Enumerating Linguistic Tags, the returned value depends on the specified scheme. The NSLinguisticTag
type represents the constant values that can be returned for certain NSLinguisticTagScheme
values.
あなたが言語学的タガー(タグ付けプログラム)を作成するとき、あなたは1つ以上のNSLinguisticTagScheme
定数を指定します、それはあなたが自然言語テキストのある選択について知りたい情報の種類に対応するものです。言語学的タグを言語学的なタグを取得するおよび言語学的なタグを列挙するで記述されるメソッドを使って扱うとき、返される値はその特定のスキームに依存します。NSLinguisticTag
型は、特定のNSLinguisticTagScheme
値に対して返されることができる定数値を表します。
Topics
話題
Token Types
トークン型
Constants representing the token type of a tag with the NSLinguisticTagSchemeTokenType
scheme.
NSLinguisticTagSchemeTokenType
スキームを持つタグのトークン型を表す定数。
You may use pointer equality to compare the values with tag constants.
あなたはポインタ同等性を使って、値をタグ定数と比較するかもしれません。
NSLinguisticTagOther
The token indicates a non-linguistic item, such as a symbol.
非言語学的項目、例えば表象などを指し示すトークン。
Deprecated
非推奨
Lexical Classes
語彙クラス
You may use pointer equality to compare the values with tag constants.
あなたはポインタ同等性を使って、値をタグ定数と比較するかもしれません。
NSLinguisticTagOtherWord
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).
このトークンは、他の語彙クラス(名詞、動詞、形容詞、代名詞、限定詞、小詞、前置詞、数詞、接続詞、感嘆詞、分類詞、そして慣用句)によって記述される種類のものとは違う、ある単語です。
Deprecated
非推奨
NSLinguisticTagOtherPunctuation
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).
このトークンは、他の語彙クラス(文終端子、開きまたは閉じ引用符、開きまたは閉じ括弧、単語結合子、そしてダッシュ記号)によって記述される種類のものとは違う、句読点です。
Deprecated
非推奨
NSLinguisticTagOtherWhitespace
This token is whitespace other than a kind described by other lexical classes (paragraph break).
このトークンは、他の語彙クラス(段落区切り)によって記述される種類のものとは違う、ある空白です。
Deprecated
非推奨
Name Types
さまざまな名前型
You may use pointer equality to compare the values with tag constants.
あなたはポインタ同等性を使って、値をタグ定数と比較するかもしれません。
See Also
参照
Supporting Types
支援を行う型
NSLinguisticTagScheme
Constants for the tag schemes specified when initializing a linguistic tagger.
言語学的タガー(タグ付けプログラム)を初期化する時に指定されるタグスキームに対する定数。