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"
To test the quick comparison with greek-accentuation:
pip install greek-accentuation
python3 cmp.py
Other testing commands at:
cargo test
cargo bench
- TODO: Wheels, crate
- Explore this for synizesis
- Originally based on ideas from greek-accentuation, and modern_greek_accentuation.
- Related projects @ harper