Instance Method インスタンスメソッド

tokenRangeAtIndex:unit:

Returns the range of the linguistic unit containing the specified character index. 指定された文字インデックスを含んでいる、言語学的単位の範囲を返します。

Declaration 宣言

- (NSRange)tokenRangeAtIndex:(NSUInteger)charIndex 
                        unit:(NSLinguisticTaggerUnit)unit;

Parameters パラメータ

charIndex

The character index to begin examination. 検査を開始する文字インデックス。

unit

The linguistic unit. For possible values, see NSLinguisticTaggerUnit. 言語学的単位。可能な値として、NSLinguisticTaggerUnitを見てください。

Return Value 戻り値

The range of the substring for the linguistic unit. その言語学的単位に対する下位文字列の範囲。

See Also 参照

Determining the Range of a Unit Token ある単位トークンの範囲を決定する