com.jalios.jcms.spellchecker
Interface SpellChecker
- All Known Implementing Classes: 
 - XMLmindSpellChecker
 
public interface SpellChecker
Interface to be implemented to provide a SpellChecker for JCMS.
- Since:
 
  - jcms-6.0
 
- Version:
 
  - $Revision: 21478 $
 
 
 
REVISION
static final String REVISION
- See Also:
 - Constant Field Values
 
getLanguageList
List<String> getLanguageList()
- Returns a list of available languages for spell-checking.
- Returns:
 - a List of ISO-639 language code
 
 
 
spellCheck
List<SpellCheckResult> spellCheck(String text,
                                  String lang)
- Spell-check the specified text in the specified language 
 and return a list of SpellCheckResult.
- Parameters:
 text - the text to checklang - the language of the text (ISO-639 code), never null or empty
- Returns:
 - a List of SpellCheckResult
 
 
 
Copyright © 2001-2010 Jalios SA. All Rights Reserved.