public class TextTokenizer extends Object
| Constructor and Description |
|---|
TextTokenizer(Pattern pattern) |
| Modifier and Type | Method and Description |
|---|---|
Pattern |
getPattern() |
static boolean |
isPunctuation(char c) |
List<String> |
tokenize(String string) |
Copyright © 2018. All rights reserved.