java.util.List<SpellCheckResult> |
SpellChecker.spellCheck(java.lang.String text,
java.lang.String lang) |
Spell-check the specified text in the specified language
and return a list of SpellCheckResult.
|
static java.util.List<SpellCheckResult> |
SpellCheckerManager.spellCheck(java.lang.String text,
java.lang.String lang) |
Spell-check the specified text in the specified language
and return a list of SpellCheckResult.
|
java.util.List<SpellCheckResult> |
XMLmindSpellChecker.spellCheck(java.lang.String text,
java.lang.String lang) |
Spell-check the specified text in the specified language
and return a list of SpellCheckResult.
|