public interface TokenizerFactory
Tokenizer working on CharSequences.| Modifier and Type | Method and Description |
|---|---|
Tokenizer |
create(CharSequence text)
Create a new
Tokenizer for the given input text. |
default Tokenizer |
create(Token token)
Create a new
Tokenizer for the given input token. |
Copyright © 2018. All rights reserved.