quanteda / stopwords

Multilingual Stopword Lists in R
http://stopwords.quanteda.io
Other
113 stars 9 forks source link

generalize the package for better integration #1

Closed kbenoit closed 6 years ago

kbenoit commented 6 years ago

As discussed by email, we would like to use the stopwords package to replace quanteda::stopwords(). I've forked and modified stopwords here: https://github.com/kbenoit/stopwords/tree/dev-quanteda.

Will not issue a PR yet since @davnn you will want to review, and so will @koheiw from whose https://github.com/koheiw/stopwords I borrowed in editing this fork.

The approach in dev-quanteda means that the new package offers a drop-in replacement for quanteda::stopwords(), but should also work as a drop-in replacement for tm::stopwords() too.