Overload List
Name | Description | |
---|---|---|
GetWordtable(FileInfo) |
Load words table from the file
| |
GetWordtable(TextReader) |
Reads lines from a Reader and adds every line as an entry to a HashSet (omitting
leading and trailing whitespace). Every line of the Reader should contain only
one word. The words need to be in lowercase if you make use of an
Analyzer which uses LowerCaseFilter (like StandardAnalyzer).
| |
GetWordtable(String) |
Load words table from the file
| |
GetWordtable(String, String) |
Load words table from the file
|