rebuild_tokenizer {sudachir} | R Documentation |
Rebuild tokenizer
Description
Rebuild tokenizer
Usage
rebuild_tokenizer(config_path = NULL)
Arguments
config_path |
Absolute path to |
Value
Returns a binding to the instance of <sudachipy.tokenizer.Tokenizer>
.
Examples
## Not run:
instance <- rebuild_tokenizer()
tokenizer("Tokyo, Japan", mode = "A", instance)
## End(Not run)
[Package sudachir version 0.1.0 Index]