| Constructor and Description |
|---|
GermanCompoundTokenizer() |
GermanCompoundTokenizer(boolean strictMode) |
| Modifier and Type | Method and Description |
|---|---|
static GermanCompoundTokenizer |
getNonStrictInstance() |
static GermanCompoundTokenizer |
getStrictInstance() |
static void |
main(String[] args) |
List<String> |
tokenize(String word) |
public GermanCompoundTokenizer()
throws IOException
IOExceptionpublic GermanCompoundTokenizer(boolean strictMode)
throws IOException
IOExceptionpublic static GermanCompoundTokenizer getStrictInstance()
public static GermanCompoundTokenizer getNonStrictInstance()
public static void main(String[] args) throws IOException
IOException