ERRANT v2.2.2
This is the first github version release. For all previous changes, refer to the CHANGELOG.md.
v2.2.2 (14-08-20)
-
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. -
Replaced the deprecated
tokens_from_list
function from spaCy v1 with theDoc
function from spaCy v2 inAnnotator.parse
.