public class UnicodeTokenizer
extends java.lang.Object
| Constructor and Description |
|---|
UnicodeTokenizer() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String[] |
tokenize(java.lang.CharSequence text)
Tokenizes the text and returns an array of tokens.
|