errant
errant copied to clipboard
ERRor ANnotation Toolkit: Automatically extract and classify grammatical errors in parallel original and corrected sentences.
Could you add `/*.egg-info/` and `__pycache__/` into `.gitignore`? I'm using this repo as submodule in git and these temporary files are created after installation.
Note to self: update errant to work with spacy 3.
It would be great if the functionality in the `errant_compare` command were available for invocation as an API call, so it could be used for things like early stopping when...
I have found that using errant to process huge amounts of data will cost a lot of time. To speed up, I add features of multi-CPU processing into `errant_parallel`. Please...
Hi, as can be seen in the issue https://github.com/chrisjbryant/errant/issues/25, I think API-based errant_compare feature will be useful for many people. I also want the feature so I created a pilot...
There are some sentences where I noticed that the error type statement is not accurate enough. I noticed that he is using a model of size sm, and I intended...
Hi Chris! * add "lang" = language to argparse, with "en" the default. * Enables multilingual use of ERRANT. * Prompted by "MultiGEC" shared task for NLP4CALL 2025 ; will...
When computing the F0.5 score, macro-averaging is sometimes preferred over micro-averaging. Currently, Errant only supports micro-averaging by default, which is suitable when the test set is derived from real texts....