Description Usage Arguments Value Examples
Implementation of the SnowballC stemmer. Note that punctuation and capitals letters are also removed.
1  | pr_stem_words(df, col, language = "french")
 | 
df | 
 the data.frame containing the sentences  | 
col | 
 the column with the sentences  | 
language | 
 the language of the words Defaut is french. See SnowballC::getStemLanguages() function for a list of supported languages.  | 
a tibble
1 2  | a <- data.frame(words = c("matin", "heure", "fatigu<c3><a9>","sonn<c3><a9>","lois", "tests","fusionner"))
pr_stem_words(a, words)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.