public final class TwokenizeTokenizer extends Object implements TextTokenizer
Tokenizer based on the Twokenize algorithm available from here. This class uses the ported Scala version delivered with ark-tweet-nlp.
| Constructor and Description |
|---|
TwokenizeTokenizer() |
public Iterator<Token> iterateTokens(String text)
iterateTokens in interface TextTokenizerCopyright © 2018. All rights reserved.