When initializing a linguistic tagger with initWithTagSchemes:options:, you specify one or more tag schemes that correspond to the kind of information you're interested in for a selection of natural language text. To ensure optimal performance, avoid specifying tag schemes that you won't use.
ある言語学的タガーをinitWithTagSchemes:options:を使って初期化する時、あなたは1つ以上のタグスキームを指定します、それらはある自然言語テキストの選択に対してあなたが興味を持つ情報の種類に対応するものです。最善の性能を保証するには、あなたが使わないだろうタグスキームの指定を避けてください。
The following table lists the available tag schemes, their applicable linguistic units, and possible tag values.
以下の表は利用可能なタグスキーム、それらの適用可能な言語学的単位、そして可能なタグ値を一覧にします。
A token, lexical class, name, lemma, language, or script returned by a linguistic tagger for natural language text.
自然言語テキストに対する言語学的タガー(タグ付けプログラム)によって返される、トークン、語彙的クラス、名前、見出し語、言語、または書体。