forked from chrisjbryant/errant
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Christopher Bryant
committed
Aug 12, 2018
1 parent
e9425f8
commit 1ba32f9
Showing
2 changed files
with
22 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Changelog | ||
|
||
This document contains descriptions of all the significant changes made to ERRANT since its release. | ||
|
||
## 10-08-18 | ||
|
||
Added support for multiple annotators in `parallel_to_m2.py`. | ||
Before: `python3 parallel_to_m2.py -orig <orig_file> -cor <cor_file> -out <out_file>` | ||
After: `python3 parallel_to_m2.py -orig <orig_file> -cor <cor_file1> [<cor_file2> ...] -out <out_file>` | ||
This is helpful if you have multiple annotations for the same orig file. | ||
|
||
## 17-12-17 | ||
|
||
In November, spaCy changed significantly when it became version 2.0.0. Although we have not tested ERRANT with this new version, the main change seemed to be a slight increase in performance (pos tagging and parsing etc.) at a significant cost to speed. Consequently, we still recommend spaCy 1.9.0 for use with ERRANT. | ||
|
||
## 22-11-17 | ||
|
||
ERRANT would sometimes run into memory problems if sentences were long and very different. We hence changed the default alignment from breadth-first to depth-first. This bypassed the memory problems, made ERRANT faster and barely affected results. | ||
|
||
## 10-05-17 | ||
|
||
ERRANT v1.0 released. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters