org.apache.lucene.search.spell
public class PlainTextDictionary extends Object implements Dictionary
Format allowed: 1 word per line:
word1
word2
word3
| Constructor Summary | |
|---|---|
| PlainTextDictionary(File file) | |
| PlainTextDictionary(InputStream dictFile) | |
| Method Summary | |
|---|---|
| Iterator | getWordsIterator() |