stopwords {tokenizers} | R Documentation |
Retrieve lists of stopwords by language.
stopwords(language = c("en", "da", "de", "el", "es", "fr", "it", "ru"))
language |
The two-letter code for the name of the language. |
The stopword lists are a subset of the stopword lists available in the Apache Lucene/Solr project, available under the Apache 2.0 license.
stopwords("en") stopwords("de")