Learn R Programming

sudachir (version 0.1.0)

rebuild_tokenizer: Rebuild tokenizer

Description

Rebuild tokenizer

Usage

rebuild_tokenizer(config_path = NULL)

Arguments

config_path

Absolute path to sudachi.json

Value

Returns a binding to the instance of <sudachipy.tokenizer.Tokenizer>.

Examples

Run this code
# NOT RUN {
instance <- rebuild_tokenizer()
tokenizer("Tokyo, Japan", mode = "A", instance)
# }

Run the code above in your browser using DataLab