Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 863 Bytes

File metadata and controls

27 lines (21 loc) · 863 Bytes

Fast accentuation and syllabification library for modern Greek that (partially) takes synizesis into account.

While written in rust, it also provides python bindings that can be installed via:

pip install "git+https://github.com/daxida/grac.git#subdirectory=py-grac"

Testing

To test the quick comparison with greek-accentuation:

pip install greek-accentuation
python3 cmp.py

Other testing commands at:

cargo test
cargo bench

Etc.