func spellServer (NSSpellServer, didLearnWord : String, inLanguage : String)
Notifies the delegate that the sender has added the specified word to the user’s list of acceptable words in the specified language.
センダーがその指定された単語をその指定された言語におけるユーザのもつ受け入れ可能な単語リストに加えたことを委任先に通知します。
func spellServer (NSSpellServer, suggestCompletionsForPartialWordRange : NSRange, in: String, language: String) -> [String]?
This delegate method returns an array of possible word completions from the spell checker, based on a partially completed string and a given range.
この委任先メソッドは、可能な単語補完の配列をスペルチェッカーから返します、部分的に完成した文字列およびある与えられた範囲に基づきます。
func spellServer (NSSpellServer, recordResponse : Int, toCorrection : String, forWord : String, language: String)
Notifies the spell checker of the users’s response to a correction.
スペルチェッカーにある訂正に対するユーザの返答を通知します。