Expeditor Toolkit バージョン 6.1.x
SpellChecker isc = TextAnalyzerFactory.getSpellCheckerInstance(); MisspelledWord[] misWords = isc.checkSpelling(txtToCheck,5,false);アプリケーションがプラットフォームのデフォルト・ロケールを使用してスペル・チェックを行う場合、 SpellChecker のインスタンスを 取得した後で SpellChecker の checkSpelling(String theInputText, int numSuggestions, boolean autoCorrect) メソッドを直接呼び出すことができます。 この場合、SpellChecker の setLocale() メソッドを呼び出す必要はありません。