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)
and data(stopwords_de)
. The objects
stopwords_de
and stopwords_en
must already exist before
being handed over to textmatrix()
.
data(stopwords_de) data(stopwords_en)
A vector containing 424 (370) English (German) stop words (e.g. 'he', 'she', 'a').
Fridolin Wild fridolin.wild@wu-wien.ac.at