Skip to content

ERRANT v2.2.2

Compare
Choose a tag to compare
@chrisjbryant chrisjbryant released this 14 Aug 21:33

This is the first github version release. For all previous changes, refer to the CHANGELOG.md.

v2.2.2 (14-08-20)

  1. Added a copy of the NLTK Lancaster stemmer to errant.en.lancaster and removed the NLTK dependency. It was overkill to require the entire NLTK package just for this stemmer so we now bundle it with ERRANT.

  2. Replaced the deprecated tokens_from_list function from spaCy v1 with the Doc function from spaCy v2 in Annotator.parse.