Package | Description |
---|---|
com.keyoti.rapidSpell |
Modifier and Type | Method and Description |
---|---|
void |
RapidSpellChecker.changeBadWord(java.lang.String newWord)
Changes the current bad word to
newWord in the text |
void |
ICheckerEngine.changeBadWord(java.lang.String newWord)
Changes the current bad word to
newWord in the text. |
java.util.Vector |
RapidSpellChecker.findSuggestions()
Gets an enumeration of String suggestions for spelling of current bad word.
|
java.util.Vector |
ICheckerEngine.findSuggestions()
Returns a Vector of Strings that are suitable suggestions for the current bad word (that is, the one last returned by
nextBadWord() ). |
Copyright © 2002-2016 Keyoti Inc. All Rights Reserved.