Package | Description |
---|---|
com.keyoti.rapidSpell |
Modifier and Type | Method and Description |
---|---|
BadWord |
BadWord.copy() |
BadWord |
State.getCurrentBadWord() |
BadWord |
RapidSpellChecker.getCurrentBadWord()
The current BadWord, being iterated over.
|
BadWord |
RapidSpellChecker.State.getCurrentBadWord() |
BadWord |
ICheckerEngine.getCurrentBadWord()
The current BadWord, being iterated over.
|
BadWord |
CheckerEngineAdapter.getCurrentBadWord() |
BadWord |
RapidSpellChecker.nextBadWord()
Returns the next mis-spelt word in the text, as a BadWord object.
|
BadWord |
ICheckerEngine.nextBadWord()
Gets the next bad word in the list that was identified by Check.
|
BadWord |
CheckerEngineAdapter.nextBadWord()
Gets the next bad word in the list that was identified by check.
|
Modifier and Type | Method and Description |
---|---|
void |
RapidSpellChecker.changeBadWord(BadWord badWord,
java.lang.String newWord) |
void |
ICheckerEngine.changeBadWord(BadWord badWord,
java.lang.String newWord) |
void |
CheckerEngineAdapter.changeBadWord(BadWord bw,
java.lang.String replacement) |
void |
State.setCurrentBadWord(BadWord value) |
void |
RapidSpellChecker.State.setCurrentBadWord(BadWord badWord) |
Constructor and Description |
---|
State(int position,
java.lang.String previousWord,
BadWord currentBadWord) |
State(int position,
java.lang.String previousWord,
BadWord currentBadWord) |
Copyright © 2002-2016 Keyoti Inc. All Rights Reserved.