powered by
Implementation of the SnowballC stemmer. Note that punctuation and capital letters are removed when processing.
pr_stem_sentences(df, col, language = "french")
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 tibble
# NOT RUN { a <- proustr::laprisonniere[1:10,] pr_stem_sentences(a, text) # }
Run the code above in your browser using DataLab