View source: R/strj-tokenize.R
strj_tinyseg | R Documentation |
An alias of strj_tokenize(engine = "tinyseg")
.
strj_tinyseg(text, format = c("list", "data.frame"), split = FALSE)
text |
Character vector to be tokenized. |
format |
Output format. Choose |
split |
Logical. If passed as |
A list or a data.frame.
strj_tinyseg(
paste0(
"\u3042\u306e\u30a4\u30fc\u30cf\u30c8",
"\u30fc\u30f4\u30a9\u306e\u3059\u304d",
"\u3068\u304a\u3063\u305f\u98a8"
)
)
strj_tinyseg(
paste0(
"\u3042\u306e\u30a4\u30fc\u30cf\u30c8",
"\u30fc\u30f4\u30a9\u306e\u3059\u304d",
"\u3068\u304a\u3063\u305f\u98a8"
),
format = "data.frame"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.