Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 941 Bytes

File metadata and controls

27 lines (20 loc) · 941 Bytes

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.