public class EsperantoWordTokenizer extends WordTokenizer
| Constructor and Description |
|---|
EsperantoWordTokenizer() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
tokenize(String text)
Tokenizes just like WordTokenizer with the exception that words
such as "dank'" contain an apostrophe within it.
|
public List<String> tokenize(String text)
tokenize in interface Tokenizertokenize in class WordTokenizertext - - Text to tokenizeCopyright © 2005-2011 Daniel Naber