public class BasicTokenizer extends Object implements Tokenizer, Serializable
| Constructor and Description |
|---|
BasicTokenizer() |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
doTokenize(List<String> text) |
static List<String> |
doTokenize(String text) |
List<String> |
tokenize(String str)
Tokenizes a string using the algorithms by Grefenstette (1999) and
Palmer (2000).
|
Copyright © 2017. All rights reserved.