tokenType
scheme.
tokenType
スキームを持つタグのトークン型を表す定数。
static let punctuation: NSLinguisticTag
static let whitespace: NSLinguisticTag
static let other: NSLinguisticTag
Availability 有効性
Technology
struct NSLinguisticTag, @unchecked Sendable
When you create a linguistic tagger, you specify one or more NSLinguistic
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 NSLinguistic
type represents the constant values that can be returned for certain NSLinguistic
values.
あなたが言語学的タガー(タグ付けプログラム)を作成するとき、あなたは1つ以上のNSLinguistic
定数を指定します、それはあなたが自然言語テキストのある選択について知りたい情報の種類に対応するものです。言語学的タグを言語学的なタグを取得するおよび言語学的なタグを列挙するで記述されるメソッドを使って扱うとき、返される値はその特定のスキームに依存します。NSLinguistic
型は、特定のNSLinguistic
値に対して返されることができる定数値を表します。
tokenType
scheme.
tokenType
スキームを持つタグのトークン型を表す定数。
static let punctuation: NSLinguisticTag
static let whitespace: NSLinguisticTag
static let other: NSLinguisticTag
lexicalClass
or nameTypeOrLexicalClass
scheme.
lexicalClass
またはnameTypeOrLexicalClass
スキームを持つあるタグの語彙クラスを指定する定数。
static let interjection: NSLinguisticTag
static let otherWord : NSLinguisticTag
static let sentenceTerminator : NSLinguisticTag
static let closeQuote : NSLinguisticTag
static let openParenthesis : NSLinguisticTag
static let closeParenthesis : NSLinguisticTag
static let wordJoiner : NSLinguisticTag
static let otherPunctuation : NSLinguisticTag
static let paragraphBreak : NSLinguisticTag
static let otherWhitespace : NSLinguisticTag
nameType
or nameTypeOrLexicalClass
scheme.
nameType
またはnameTypeOrLexicalClass
スキームをもつあるタグの名前型を指定する定数。
static let personalName : NSLinguisticTag
static let organizationName : NSLinguisticTag
struct NSLinguisticTagScheme
enum NSLinguisticTaggerUnit