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

setOrthography(_:range:)

Sets the orthography for the specified range. 指定された範囲に対する正書法を設定します。

Declaration 宣言

func setOrthography(_ orthography: NSOrthography?, 
              range: NSRange)

Parameters パラメータ

orthography

The orthography. 正書法。

charRange

The range. その範囲。

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.

See Also 参照

Determining the Dominant Language and Orthography 優勢な言語と正書法を決定する