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.
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 forquanteda::stopwords()
, but should also work as a drop-in replacement fortm::stopwords()
too.