Skip to content

daxida/grs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Greek Rule-based Spellchecker.

A playground can be found here.

To install the binary:

cargo install --git https://github.com/daxida/grs
grs --help

A quick example:

echo "Oι μαγαζατορες. Να μην την δώσεις. Σε κανενανε!" > tmp.txt
grs check tmp.txt --select ALL

>>> MS : [*] Oι μαγαζατορες.
>>> RFN: [*] Να μην την δώσεις.
>>> MNA:     Σε κανενανε!
>>> Found 3 errors.
>>> [*] 2 fixable with the `--fix` option.

It also contains a library, used by the playground and the browser extension.

There is no stable API at the moment.

The design is inspired (yet much simpler) by ruff and spaCy, and implements ideas of grac and greek-double-accents.

About

Greek rule-based spellchecker

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published