setOrthography(_:range:)
Sets the orthography for the specified range.
Declaration
@nonobjc func setOrthography(_ orthography: NSOrthography, range: Range<String.Index>)Parameters
- orthography:
The orthography for the given range.
- range:
The range of the string that is being assigned an orthography.
Discussion
If the orthography of the linguistic tagger is not set, it will determine it automatically from the contents of the text. You should call this method only if you know the orthography of the text by some other means.