public class FileDictionary extends Object implements Dictionary
Constructor and Description |
---|
FileDictionary(InputStream dictFile) |
FileDictionary(Reader reader)
Creates a dictionary based on a reader.
|
Modifier and Type | Method and Description |
---|---|
TermFreqIterator |
getWordsIterator()
Return all words present in the dictionary
|
public FileDictionary(InputStream dictFile)
public FileDictionary(Reader reader)
public TermFreqIterator getWordsIterator()
Dictionary
getWordsIterator
in interface Dictionary
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.