rebuild_tokenizer | R Documentation |
Rebuild 'Sudachi' tokenizer
rebuild_tokenizer( mode = c("C", "B", "A"), dict_type = c("core", "small", "full"), config_path = NULL )
mode |
Split mode (A, B, C) |
dict_type |
Dictionary type. |
config_path |
Absolute path to |
Returns a binding to the instance of <sudachipy.tokenizer.Tokenizer>
.
## Not run: tokenizer <- rebuild_tokenizer() tokenize_to_df("Tokyo, Japan", instance = tokenizer) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.