public class CorpusDictionary extends Object
| Constructor and Description |
|---|
CorpusDictionary(String filename)
Load a dictionary of words.
|
CorpusDictionary(String filename,
boolean normalize) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(String word) |
Set<String> |
getTable() |
String |
getW(String a1) |