func sentenceRange (for: NSRange) -> NSRange
Returns the range of a sentence containing the specified range.
指定された範囲を含んでいる、ある文の範囲を返します。
Availability 有効性
Technology
func tokenRange(at charIndex: Int
,
unit: NSLinguisticTaggerUnit
) -> NSRange
charIndex
The character index to begin examination. 検査を開始する文字インデックス。
unit
The linguistic unit. For possible values, see NSLinguistic
.
言語学的単位。可能な値として、NSLinguistic
を見てください。
The range of the substring for the linguistic unit. その言語学的単位に対する下位文字列の範囲。
func sentenceRange (for: NSRange) -> NSRange