get_stopwords {discoverableresearch} | R Documentation |
This function retrieves stop words to use for a specified language.
get_stopwords(language = "English")
language |
A character vector containing the name of the language for which to retrieve stop words. Defaults to "English" |
Returns a character vector of stop words.
get_stopwords("English")