- tokenRangeAtIndex:unit:
Returns the range of the linguistic unit containing the specified character index.
指定された文字インデックスを含んでいる、言語学的単位の範囲を返します。
Availability 有効性
Technology
charRange
The character range. 文字範囲。
Returns the range of the sentence. 文の範囲を返します。
This is a convenience method for calling token
, passing the NSLinguistic
unit and the first position of the provided range.
これは、token
を呼び出して、NSLinguistic
単位と提供された範囲の最初の位置を渡すことに対する便宜メソッドです。
- tokenRangeAtIndex:unit: