| pr_stem_sentences | R Documentation |
Implementation of the SnowballC stemmer. Note that punctuation and capital letters
are removed when processing.
pr_stem_sentences(df, col, language = "french")
df |
the data.frame containing the text |
col |
the column with the text |
language |
the language of the text. Defaut is french. See SnowballC::getStemLanguages() function for a list of supported languages. |
a tibble
a <- proustr::laprisonniere[1:10,]
pr_stem_sentences(a, text)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.