Return various kinds of stopwords with support for different
languages.
Usage
stopwords(kind = "en")
Arguments
kind
A character identifying the desired stopword list.
Value
A character vector containing the requested stopwords. An error
is raised if no stopwords are available for the requested
kind.
Details
Available stopword lists are:
[object Object],[object Object]
and a set of generic stopword lists (of unknown origin) in different
languages. Supported languages are danish, dutch,
english, finnish, french, german,
hungarian, italian, norwegian, portuguese,
russian, spanish, and swedish. Language names are
case sensitive. Alternatively, their IETF language tags may
be used.