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 $

Field Summary
static String REVISION
           
 
Method Summary
 List<String> getLanguageList()
          Returns a list of available languages for spell-checking.
 List<SpellCheckResult> spellCheck(String text, String lang)
          Spell-check the specified text in the specified language and return a list of SpellCheckResult.
 

Field Detail

REVISION

static final String REVISION
See Also:
Constant Field Values
Method Detail

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 check
lang - 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.