| stopwords-package {stopwords} | R Documentation |
stopwords: one-stop shopping for stopwords in R
Description
Provides a stopwords() function to return character vectors of
stopwords for different languages, using the ISO-639-1 language codes,
and allows for different sources of stopwords to be defined.
Currently available sources
snowballThe Snowball stopword lists sources for multiple languages. Most of these have been ported from the quanteda stopword lists (in versions <1.0 of that package).
stopwords-isoThe collection taken from https://github.com/stopwords-iso/stopwords-iso/.
smartThe English-language stopword list from the SMART information retrieval system.
miscA few additional stopword lists, including the non-Snowball word lists from quanteda versions < 1.0.
marimoStopword lists compiled by Kohei Watanabe.
Author(s)
Kenneth Benoit, David Muhr, and Kohei Watanabe
[Package stopwords version 2.3 Index]