| stopwords {lsa} | R Documentation |
This data sets contain very common lists of words that want to be ignored when
building up a document-term matrix. The stop word lists can be loaded by
calling data(stopwords_en), data(stopwords_de), or
data(stopwords_nl). The objects stopwords_de, stopwords_en,
and data(stopwords_nl) must already exist before
being handed over to textmatrix().
data(stopwords_de) data(stopwords_en) data(stopwords_nl)
A vector containing 424 (370) English (German) stop words (e.g. 'he', 'she', 'a').
Fridolin Wild fridolin.wild@wu-wien.ac.at, Marco Kalz marco.kalz@ou.nl (for Dutch)