data_stopwords_stopwordsiso {stopwords} | R Documentation |
multilingual stopwords from https://github.com/stopwords-iso/stopwords-iso
Description
The Stopwords ISO Dataset is the most comprehensive collection of stopwords for multiple languages. The collection follows the ISO 639-1 language code.
Format
A named list of length 57, of character vectors that represent
stopwords in 57 languages. To see the languages available, use
stopwords_getlanguages()
.
Usage
stopwords(language, source = "stopwords-iso")
Source
https://github.com/stopwords-iso/stopwords-iso/
[Package stopwords version 2.3 Index]