public class BretonWordTokenizer extends WordTokenizer
| Constructor and Description |
|---|
BretonWordTokenizer() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
tokenize(String text)
Tokenizes just like WordTokenizer with the exception that "c’h"
is not split.
|
public List<String> tokenize(String text)
tokenize in interface Tokenizertokenize in class WordTokenizertext - - Text to tokenizeCopyright © 2005-2011 Daniel Naber