Skip to content

luki/correctio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

correctio

An extendable recognition tool for grammatical errors in text. Still work in progress.

Information

Regex Syntax

correctio follows the syntax of re2 by Google, as the regex crate for Rust is based on the engine of the latter.

Grammatical Error Rule

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)

Used

Dependencies/Crates

Other

About

Extendable Recognition tool for grammatical errors (WIP)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages