Structure

NSLinguisticTag

A token, lexical class, name, lemma, language, or script returned by a linguistic tagger for natural language text. 自然言語テキストに対する言語学的タガー(タグ付けプログラム)によって返される、トークン、語彙的クラス、名前、見出し語、言語、または書体。

Declaration 宣言

struct NSLinguisticTag, @unchecked Sendable

Overview 概要

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 tokenType scheme. tokenTypeスキームを持つタグのトークン型を表す定数。

Lexical Classes 語彙クラス

Constants specifying the lexical class of a tag with the lexicalClass or nameTypeOrLexicalClass scheme. lexicalClassまたはnameTypeOrLexicalClassスキームを持つあるタグの語彙クラスを指定する定数。

Name Types さまざまな名前型

Constants specifying the name type of a tag with the nameType or nameTypeOrLexicalClass scheme. nameTypeまたはnameTypeOrLexicalClassスキームをもつあるタグの名前型を指定する定数。

Initializers イニシャライザ

Relationships 関係

Conforms To 次に準拠

See Also 参照

Supporting Types 支援を行う型