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

sentenceRange(for:)

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

Declaration 宣言

func sentenceRange(for range: NSRange) -> NSRange

Parameters パラメータ

charRange

The character range. 文字範囲。

Return Value 戻り値

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

Discussion 議論

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

See Also 参照

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