R/tokenizer.R
tokenize_tbl.Rd
An R wrapper for Jagger's tokenizer (a tibble input)
tokenize_tbl(tbl, column, model_path = NULL, keep = NULL)
a tibble.
a column name of the tibble to tokenize.
a path to the model.
a vector of POS(s) to keep. Default is NULL.
NULL
data(sentence_example) res_tokenize <- tokenize_tbl(tibble::as_tibble(sentence_example), "text")