withTokenizer
Uses the given tokenizer.
Parameters
class that is used to create the tokenizer.
a list of factory string params as key/value pairs. The number of parameters must be an even number, as they are pairs.
Uses the given tokenizer.
Parameters
class that is used to create the tokenizer.
the map of parameters to be passed to factory. The map must be modifiable.
Uses the given tokenizer.
Parameters
is used to look up the factory with TokenizerFactory.forName. The list of possible names can be looked up with TokenizerFactory.availableTokenizers.
a list of factory string params as key/value pairs. The number of parameters must be an even number, as they are pairs.
Uses the given tokenizer.
Parameters
is used to look up the factory with TokenizerFactory.forName. The list of possible names can be looked up with TokenizerFactory.availableTokenizers.
the map of parameters to be passed to factory. The map must be modifiable.