trinker / qdap

Quantitative Discourse Analysis Package: Bridging the gap between qualitative data and quantitative analysis
http://cran.us.r-project.org/web/packages/qdap/index.html
175 stars 44 forks source link

as.tdm does not appear to accept/use stopwords #215

Open trinker opened 9 years ago

trinker commented 9 years ago

This failed to remove stopwords:

tdm <- with(dat, as.tdm(outcome, department, stopwords = Top25Words))
trinker commented 9 years ago

Nor did this:

mywfm <- with(dat, wfm(outcome, department, stopwords = Top25Words))