powered by
Sudachi tokenizer
tokenizer(x, mode, instance = NULL)
Input text vectors
Select split mode (A, B, C)
This is optional if you already have an instance of <sudachipy.tokenizer.Tokenizer> Giving them a predefined instance will speed up their execution.
<sudachipy.tokenizer.Tokenizer>
# NOT RUN { tokenizer("Tokyo, Japan", mode = "A") # }
Run the code above in your browser using DataLab