|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
SpellChecker.setAccuracy(float) .
Lookup query
suggestion/ autocomplete interface.SpellChecker.suggestSimilar(String, int, org.apache.lucene.index.IndexReader, String, boolean, float), to
decide whether a suggestion is included or not.
Float indexed by key, increment it by one unit
and store the new Float.
null if that node doesn't
exist.
null if that node doesn't
exist.
StringDistance instance used by this
SpellChecker instance.
Dictionary.
String objects that combines the compact size of a binary search
tree with the speed of a digital search trie, and is therefore ideal for
practical use in sorting and searching data.File
into the Trie.
File
into the Trie.
key.
List of keys that almost match the argument key.
List of keys that almost match the argument key.
List of all keys in the trie that
begin with a given prefix.
List of all keys in the trie that
begin with a given prefix.
SpellChecker.DEFAULT_ACCURACY
Comparator for the SuggestWordQueue.
matchAlmost method.
matchPrefix and matchAlmost methods.
spellIndex is the same value
as given in the constructor.
StringDistance implementation for this
SpellChecker instance.
Iterator
come in ascending lexicographic order.LevensteinDistance as the default StringDistance.
StringDistance measure
and the given Comparator for sorting the results.
suggestSimilar(word, numSug, ir, suggestMode, field, this.accuracy)
SuggestWordQueue.DEFAULT_COMPARATOR
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||