An extendable recognition tool for grammatical errors in text. Still work in progress.
correctio follows the syntax of re2 by Google, as the regex crate for Rust is based on the engine of the latter.
A grammatical error rule might be defined in the rules.txt as follows:
Description (one line)
Rule 1 (new line)
Rule 2
Rule ...
finish block (new line)