NEWS
stopwords 2.4
- Updated the "stopwords-iso" source from the source at https://github.com/stopwords-iso/stopwords-iso/commit/4f7516edb7c52e79dcf2000fc0dfd372bce427cc. This solves some encoding issues noted in #41.
stopwords 2.3 (2021-10-28)
- Move the lintr checks from
testthat.R
to GitHub actions.
- A longer list of Russian stopwords are added to the "marimo" source (#40).
stopwords 2.2 (2021-02-10)
- Removes
use_stopword()
, as this introduces too many higher-order dependencies via usethis.
stopwords 2.1 (2020-12-08)
- Updates the ancient Greek and Latin stopwords in the
ancient
source, and moves older ancient stopwords lists to a new perseus
source.
- Added German and Korean stopwords to the "marimo" source.
stopwords 2.0 (2020-04-14)
- Adds
use_stopwords()
, for adding a re-export of this function to any package.
- Adds the NLTK source, containing stopwords from the Python NLTK library, in 23
languages.
- Adds the "marimo" source, for 5 languages, created by Kohei Watanabe.
- Adds ancient language stopword lists (Greek and Latin).
stopwords 1.0 (2019-07-24)
- Added Gujarati to misc stopwords.
- Fixed several mis-encoded characters for Turkish in stopwords-iso. (#15)
- Fixed some exceptions related to newer R releases.
stopwords 0.9
Changes:
- Added Snowball, misc, and SMART stopwords.
- Replaced exposed data object with the function
stopwords()
.
- Made completely compatible with
quanteda::stopwords()
to provide a replacement for that function.
- Significantly improved documentation.
stopwords 0.1.0 (2017-11-12)
Changes:
- Initial release
- Submission feedback (removed redundant "in R" in title and changed license to CRAN template)
- Submission feedback (added examples)