powered by
An R wrapper for Jagger's lemmatizer (a tibble input)
lemmatize_tbl(tbl, column, model_path = NULL, keep = NULL)
a tibble.
a tibble object.
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_lemmatize <- lemmatize_tbl(tibble::as_tibble(sentence_example), "text")
Run the code above in your browser using DataLab