Package org.apache.lucene.search.spell

Suggest alternate spellings for words.

See:
          Description

Interface Summary
Dictionary A simple interface representing a Dictionary.
StringDistance Interface for string distances.
 

Class Summary
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).
 

Package org.apache.lucene.search.spell Description

Suggest alternate spellings for words. Also see the spell checker Wiki page.



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.