tokenRange(at:unit:)
Returns the range of the linguistic unit containing the specified character index.
Declaration
@nonobjc func tokenRange(at index: String.Index, unit: NLTokenUnit) -> Range<String.Index>Parameters
- unit:
The linguistic unit. For possible values, see Nltokenunit.
Return Value
The range of the substring for the linguistic unit.