Package | Description |
---|---|
org.apache.lucene.search.spell |
Suggest alternate spellings for words.
|
Modifier and Type | Class and Description |
---|---|
class |
JaroWinklerDistance |
class |
LevensteinDistance
Levenshtein edit distance class.
|
Modifier and Type | Method and Description |
---|---|
StringDistance |
SpellChecker.getStringDistance() |
Modifier and Type | Method and Description |
---|---|
void |
SpellChecker.setStringDistance(StringDistance sd) |
Constructor and Description |
---|
SpellChecker(Directory spellIndex,
StringDistance sd)
Use the given directory as a spell checker index.
|
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.