| Package | Description |
|---|---|
| org.dts.spell | |
| org.dts.spell.event | |
| org.dts.spell.filter | |
| org.dts.spell.finder | |
| org.dts.spell.tokenizer |
| Modifier and Type | Method and Description |
|---|---|
Word |
SpellChecker.checkSpell(CharSequence txt) |
Word |
SpellChecker.checkSpell(WordFinder finder) |
Word |
ErrorInfo.getBadWord() |
| Modifier and Type | Method and Description |
|---|---|
void |
SpellChecker.setLastWord(Word lastWord) |
| Modifier and Type | Method and Description |
|---|---|
Word |
SpellCheckEvent.getCurrentWord()
Returns the currently word.
|
Word |
FindSpellCheckErrorListener.getInvalidWord() |
| Modifier and Type | Method and Description |
|---|---|
Word |
DumpFilter.filter(Word word,
WordTokenizer tokenizer) |
Word |
ChainFilter.filter(Word word,
WordTokenizer tokenizer) |
Word |
Filter.filter(Word word,
WordTokenizer tokenizer) |
| Modifier and Type | Method and Description |
|---|---|
Word |
DumpFilter.filter(Word word,
WordTokenizer tokenizer) |
Word |
ChainFilter.filter(Word word,
WordTokenizer tokenizer) |
Word |
Filter.filter(Word word,
WordTokenizer tokenizer) |
| Modifier and Type | Method and Description |
|---|---|
Word |
WordFinder.current()
This method should return the Word object representing the current word in
the iteration.
|
Word |
AbstractWordFinder.current()
Returns the current word in the iteration.
|
protected Word |
CharSequenceWordFinder.findFirstWord() |
Word |
WordFinder.next()
This method should return the Word object representing the next word in the
iteration (the first word if next() has not yet been called.)
|
Word |
AbstractWordFinder.next()
This method scans the text from the end of the last word, and returns a new
Word object corresponding to the next word.
|
protected Word |
CharSequenceWordFinder.next(Word currentWord) |
protected abstract Word |
AbstractWordFinder.next(Word currentWord)
Find the next Word of the iteration.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Word.equalIgnoreCaseText(Word word) |
boolean |
Word.equalText(Word word) |
void |
AbstractWordFinder.init(Word initWord)
Call this function to init from a word.
|
protected Word |
CharSequenceWordFinder.next(Word currentWord) |
protected abstract Word |
AbstractWordFinder.next(Word currentWord)
Find the next Word of the iteration.
|
protected void |
CharSequenceWordFinder.replace(String newWord,
Word currentWord)
This method throw a UnsupportedOperationException because a String is
inmutable object.
|
protected abstract void |
AbstractWordFinder.replace(String newWord,
Word currentWord)
Replace the current word with the new string newWord.
|
protected void |
StringBufferWordFinder.replace(String newWord,
Word currentWord) |
protected void |
StringBuilderWordFinder.replace(String newWord,
Word currentWord) |
| Modifier and Type | Method and Description |
|---|---|
Word |
DefaultWordTokenizer.currentWord(int index) |
Word |
WordTokenizer.currentWord(int index)
Obtiene la palabra actual sobre la que est� index, si index
no est� en medio de una palabra devolver� null.
|
Word |
MatcherWordTokenizer.currentWord(int index) |
Word |
FilteredTokenizer.currentWord(int index) |
protected Word |
FilteredTokenizer.filter(Word word) |
Word |
WordTokenizer.nextWord(int index)
Obtiene la siguiente palabra, si index est� en medio de una palabra
esta se deber�a de saltar.
|
Word |
AbstractWordTokenizer.nextWord(int index)
Implementación por defecto.
|
Word |
MatcherWordTokenizer.nextWord(int index)
Para localizar bien los empieces de frases delega en la función isStartOfSentence.
|
Word |
FilteredTokenizer.nextWord(int index) |
Word |
WordTokenizer.previousWord(int index) |
Word |
AbstractWordTokenizer.previousWord(int index)
Implementaci�n por defecto.
|
Word |
FilteredTokenizer.previousWord(int index) |
protected Word |
DefaultWordTokenizer.scanAfter(CharSequence sequence,
int index) |
protected Word |
DefaultWordTokenizer.scanBefore(CharSequence sequence,
int index) |
| Modifier and Type | Method and Description |
|---|---|
protected Word |
FilteredTokenizer.filter(Word word) |
Copyright © 2020. All rights reserved.