View source: R/preprocessing.r
get_stopwords | R Documentation |
Get a character vector of stopwords
get_stopwords(lang)
lang |
The language. Current options are: "danish", "dutch", "english", "finnish", "french", "german", "hungarian", "italian", "norwegian", "portuguese", "romanian", "russian", "spanish" and "swedish" |
A character vector containing stopwords
en_stop = get_stopwords('english')
nl_stop = get_stopwords('dutch')
ge_stop = get_stopwords('german')
head(en_stop)
head(nl_stop)
head(ge_stop)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.