Interface | Description |
---|---|
Dictionary |
A simple interface representing a Dictionary.
|
StringDistance |
Interface for string distances.
|
Class | Description |
---|---|
JaroWinklerDistance | |
LevensteinDistance |
Levenshtein edit distance class.
|
LuceneDictionary |
Lucene Dictionary: terms taken from the given field
of a Lucene index.
|
PlainTextDictionary |
Dictionary represented by a text file.
|
SpellChecker |
Spell Checker class (Main class)
(initially inspired by the David Spencer code). |
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.