public interface SpellChecker
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
REVISION  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<java.lang.String> | 
getLanguageList()
Returns a list of available languages for spell-checking. 
 | 
java.util.List<SpellCheckResult> | 
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 final java.lang.String REVISION
java.util.List<java.lang.String> getLanguageList()
java.util.List<SpellCheckResult> spellCheck(java.lang.String text, java.lang.String lang)
text - the text to checklang - the language of the text (ISO-639 code), never null or emptyCopyright © 2001-2018 Jalios SA. All Rights Reserved.