stopwords {tm} | R Documentation |
Return stopwords in different languages.
stopwords(language = "en")
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
.
A character vector containing the requested stopwords.
stopwords("english")