Overload List

  NameDescription
Public methodStatic memberGetWordtable(FileInfo)
Load words table from the file
Public methodStatic memberGetWordtable(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).
Public methodStatic memberGetWordtable(String)
Load words table from the file
Public methodStatic memberGetWordtable(String, String)
Load words table from the file

See Also