tokenize_to_df {sudachir} | R Documentation |
Create tokenizing data.frame using Sudachi
Description
Create tokenizing data.frame using Sudachi
Usage
tokenize_to_df(x, mode, instance = NULL)
Arguments
x |
Input text vectors |
mode |
Select split mode (A, B, C) |
instance |
This is optional if you already have an instance of
|
Examples
## Not run:
tokenizer("Tokyo, Japan", mode = "A")
## End(Not run)
[Package sudachir version 0.1.0 Index]