Open trinker opened 9 years ago
This failed to remove stopwords:
tdm <- with(dat, as.tdm(outcome, department, stopwords = Top25Words))
Nor did this:
mywfm <- with(dat, wfm(outcome, department, stopwords = Top25Words))
This failed to remove stopwords: