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
IOException
public GermanCompoundTokenizer(boolean strictMode) throws IOException
IOException
public static GermanCompoundTokenizer getStrictInstance()
public static GermanCompoundTokenizer getNonStrictInstance()
public static void main(String[] args) throws IOException
IOException