Skip to content

ERRANT v2.2.0

Compare
Choose a tag to compare
@chrisjbryant chrisjbryant released this 02 Sep 13:16

v2.2.0 (06-05-20)

  1. ERRANT now works with spaCy v2.2. It is 4x slower, but this change was necessary to make it work on Python 3.7.

  2. 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.