public abstract class AbstractTokenizer extends Object implements Tokenizer
| Constructor and Description |
|---|
AbstractTokenizer() |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
tokenizeToSet(String input)
Return tokenized version of a string as a set of tokens.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittokenizeToListpublic Set<String> tokenizeToSet(String input)
TokenizertokenizeToSet in interface Tokenizerinput - input string to tokenizeCopyright © 2014–2018. All rights reserved.