Lotus Expeditor Toolkit バージョン 6.1.x
オペレーティング・システム: Linux on x86、Windows

プラットフォームのデフォルト・ロケールによってサポートされる辞書の使用

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


ライブラリー | サポート | ご利用条件 |

最終更新日: 2008 年 1 月 21 日
(C) Copyright IBM Corporation 2004, 2008. All Rights Reserved.
この information center では Eclipse テクノロジーが採用されています。(http://www.eclipse.org)