Get a character vector of stopwords
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)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.