powered by
Implementation of the SnowballC stemmer. Note that punctuation and capital letters are removed when processing.
SnowballC
pr_stem_sentences(df, col, language = "french")
a tibble
the data.frame containing the text
the column with the text
the language of the text. Defaut is french. See SnowballC::getStemLanguages() function for a list of supported languages.
a <- proustr::laprisonniere[1:10,] pr_stem_sentences(a, text)
Run the code above in your browser using DataLab