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

sentenceRangeForRange:

Returns the range of a sentence containing the specified range. 指定された範囲を含んでいる、ある文の範囲を返します。

Declaration 宣言

- (NSRange)sentenceRangeForRange:(NSRange)range;

Parameters パラメータ

charRange

The character range. 文字範囲。

Return Value 戻り値

Returns the range of the sentence. 文の範囲を返します。

Discussion 議論

This is a convenience method for calling tokenRangeAtIndex:unit:, passing the NSLinguisticTaggerUnitSentence unit and the first position of the provided range. これは、tokenRangeAtIndex:unit:を呼び出して、NSLinguisticTaggerUnitSentence単位と提供された範囲の最初の位置を渡すことに対する便宜メソッドです。

See Also 参照

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