ERRANT v2.2.0
v2.2.0 (06-05-20)
-
ERRANT now works with spaCy v2.2. It is 4x slower, but this change was necessary to make it work on Python 3.7.
-
SpaCy 2 uses slightly different POS tags to spaCy 1 (e.g. auxiliary verbs are now tagged AUX rather than VERB) so I updated some of the merging rules to maintain performance.