public class DutchWordTokenizer extends WordTokenizer
| Constructor and Description |
|---|
DutchWordTokenizer() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
tokenize(String text)
Tokenizes just like WordTokenizer with the exception for words such as
"oma's" that contains an apostrophe in their middle.
|
public List<String> tokenize(String text)
tokenize in interface Tokenizertokenize in class WordTokenizertext - - Text to tokenizeCopyright © 2005-2011 Daniel Naber