tm (version 0.6-1)

stopwords: Stopwords

Description

Return various kinds of stopwords with support for different languages.

Usage

stopwords(kind = "en")

Arguments

kind
A character string 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],[object Object] and a set of stopword lists from the Snowball stemmer project in different languages (obtained from http://svn.tartarus.org/snowball/trunk/website/algorithms/*/stop.txt). 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.

Examples

Run this code
stopwords("en")
stopwords("SMART")
stopwords("german")

Run the code above in your browser using DataLab