public class WordlistLoader extends Object
| Constructor and Description |
|---|
WordlistLoader() |
| Modifier and Type | Method and Description |
|---|---|
static HashMap |
getStemDict(File wordstemfile)
Reads a stemsdictionary.
|
static HashMap |
getWordtable(File wordfile) |
static HashMap |
getWordtable(String wordfile) |
static HashMap |
getWordtable(String path,
String wordfile) |
public static HashMap getWordtable(String path, String wordfile)
path - Path to the wordlistwordfile - Name of the wordlistpublic static HashMap getWordtable(String wordfile)
wordfile - Complete path to the wordlistpublic static HashMap getStemDict(File wordstemfile)
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.