org.apache.lucene.analysis.nl
public class WordlistLoader extends Object
Method Summary | |
---|---|
static HashMap | getStemDict(File wordstemfile)
Reads a stemsdictionary. |
static HashMap | getWordtable(String path, String wordfile) |
static HashMap | getWordtable(String wordfile) |
static HashMap | getWordtable(File wordfile) |
Returns: Stem dictionary that overrules, the stemming algorithm
Parameters: path Path to the wordlist wordfile Name of the wordlist
Parameters: wordfile Complete path to the wordlist
Parameters: wordfile File containing the wordlist