Instance Method
インスタンスメソッド
tags(in:scheme:options:tokenRanges:)
Returns an array of linguistic tags and token ranges for a given string range.
与えられた文字列範囲に対する言語学的タグとトークン範囲からなる配列を返します。
Return Value
戻り値
An array of the tags in the requested range.
要請された範囲の中のタグそれらからなる配列。
Discussion
議論
When the returned array contains an entry that doesn't have a corresponding tag scheme, that entry is an empty string (""
).
対応するタグスキームを持たないある登録項目をその返される配列が含む場合、その登録項目は空の文字列(""
)です。
This is a convenience method for calling tags(in:unit:scheme:options:tokenRanges:)
and passing NSLinguisticTaggerUnit.word
as the linguistic unit.
これは、tags(in:unit:scheme:options:tokenRanges:)
を呼び出してNSLinguisticTaggerUnit.word
を言語学的単位として渡すことに対する便宜メソッドです。
See Also
参照
Getting Linguistic Tags
言語学的タグを取得する