Releases: quanteda/stopwords
Releases · quanteda/stopwords
CRAN v2.3
- Move the lintr checks from
testthat.R
to GitHub actions.
- A longer list of Russian stopwords are added to the "marimo" source (#40).
CRAN v2.2
Removes use_stopword()
, as this introduces too many higher-order dependencies via usethis.
CRAN v2.1
- 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.
CRAN v2.0
- 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).
CRAN v1.0
- Added Gujarati to misc stopwords.
- Fixed several mis-encoded characters for Turkish in stopwords-iso. (#15)
- Fixed some exceptions related to newer R releases.
0.9.0
- Make package more general #1
- Add tests #5
- Add CI #6