Instance Method
インスタンスメソッド
tagAtIndex:scheme:tokenRange:sentenceRange:
Returns a tag for a single scheme at the specified character position.
ある単一のスキームに対する、指定された文字位置でのあるタグを返します。
Parameters
パラメータ
charIndex
The position of the initial character.
最初の文字の位置。
tagScheme
The tag scheme. See NSLinguisticTagScheme
for the possible values.
タグスキーム。NSLinguisticTagScheme
を可能な値のために見てください。
tokenRange
A pointer to the token range.
トークン範囲に対するポインタ。
sentenceRange
A pointer to the range of the sentence.
文の範囲に対するポインタ。
Return Value
戻り値
Returns the tag for the requested tag scheme, or nil
. If a tag is returned, this function returns by reference the range of the token to tokenRange
, and the range of the enclosing sentence to sentenceRange
, if applicable.
要請されたタグスキームに対するタグ、またはnil
を返します。あるタグが返されるならば、この関数は参照によってトークンの範囲をtokenRange
に、そして囲んでいる文の範囲をsentenceRange
に返します、もし該当するならば。
Discussion
議論
This is a convenience method for calling tagAtIndex:unit:scheme:tokenRange:
and passing NSLinguisticTaggerUnitWord
as the linguistic unit.
これは、tagAtIndex:unit:scheme:tokenRange:
を呼び出してNSLinguisticTaggerUnitWord
を言語学的単位として渡すことに対する便宜メソッドです。
See Also
参照
Getting Linguistic Tags
言語学的タグを取得する
- tagAtIndex:unit:scheme:tokenRange:
Returns a tag for a single scheme, for a given linguistic unit, at the specified character position.
ある単一のスキームに対する、与えられた言語学的単位に対する、指定された文字位置でのあるタグを返します。
Deprecated
非推奨