get_stopwords {discoverableresearch} | R Documentation |
Retrieve stop words for a given language
Description
This function retrieves stop words to use for a specified language.
Usage
get_stopwords(language = "English")
Arguments
language |
A character vector containing the name of the language for which to retrieve stop words. Defaults to "English" |
Value
Returns a character vector of stop words.
Examples
get_stopwords("English")
[Package discoverableresearch version 0.0.1 Index]