| stopwords {tm} | R Documentation |
Return stopwords in different languages.
stopwords(language = "eng")
language |
a character giving the desired language. |
At the moment supported languages are danish,
dutch, english, finnish, french,
german, hungarian, italian, norwegian,
portuguese, russian, spanish, and
swedish. Alternatively, their ISO 639-2 code may be
used.
A character vector containing the requested stopwords.
stopwords("english")