Modifier and Type | Class and Description |
---|---|
class |
JaroWinklerDistance |
class |
LevensteinDistance
Levenstein edit distance class.
|
class |
NGramDistance
N-Gram version of edit distance based on paper by Grzegorz Kondrak,
"N-gram similarity and distance".
|
Modifier and Type | Method and Description |
---|---|
StringDistance |
SpellChecker.getStringDistance()
Returns the
StringDistance instance used by this
SpellChecker instance. |
Modifier and Type | Method and Description |
---|---|
void |
SpellChecker.setStringDistance(StringDistance sd)
Sets the
StringDistance implementation for this
SpellChecker instance. |
Constructor and Description |
---|
SpellChecker(org.apache.lucene.store.Directory spellIndex,
StringDistance sd)
Use the given directory as a spell checker index.
|
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.