Skip to content

Releases: quanteda/stopwords

CRAN v2.3

28 Oct 13:59
Compare
Choose a tag to compare
  • 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

10 Feb 15:05
Compare
Choose a tag to compare

Removes use_stopword(), as this introduces too many higher-order dependencies via usethis.

CRAN v2.1

08 Dec 11:36
Compare
Choose a tag to compare
  • 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

15 Apr 07:40
Compare
Choose a tag to compare
  • 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

24 Jul 10:46
Compare
Choose a tag to compare
  • 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

14 Dec 15:30
Compare
Choose a tag to compare
  • Make package more general #1
  • Add tests #5
  • Add CI #6

0.1.0

17 Nov 08:31
Compare
Choose a tag to compare

Initial Release