SpellingCorrector

SpellingCorrector class

クエリ内の用語のスペル修正子を表します。

public class SpellingCorrector : DictionaryBase

プロパティ

名前 説明
Count { get; } これに含まれる単語数を取得しますSpellingCorrector.

メソッド

名前 説明
AddRange(IEnumerable<string>) 指定された単語のコレクションをこのインスタンスに追加しますSpellingCorrector.
AddRange(string[]) 指定された単語のコレクションをこのインスタンスに追加しますSpellingCorrector.
Clear() からすべての単語を削除しますSpellingCorrectorobject.
ExportDictionary(string) 指定した名前のファイルに辞書をエクスポートします。
GetWords() 現在これに含まれている単語のコレクションを取得しますSpellingCorrector.
ImportDictionary(string) 指定したファイルから辞書をインポートします。

備考

もっと詳しく知る

関連項目