tokenize_tbl | R Documentation |
An R wrapper for Jagger's tokenizer (a tibble input)
tokenize_tbl(tbl, column, model_path = NULL, keep = NULL)
tbl |
a tibble. |
column |
a column name of the tibble to tokenize. |
model_path |
a path to the model. |
keep |
a vector of POS(s) to keep. Default is |
a tibble.
data(sentence_example)
res_tokenize <- tokenize_tbl(tibble::as_tibble(sentence_example), "text")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.