Dictionaries not included. Consider this repository unmaintained.
stroke.py
: utilities for representing a Plover stroke, and decomposing itipa.py
: utilities for transforming IPA in text formattransform.py
: transforms a dictionary with various rules.
A few rules are included for Phoenix and Plover theories.
- Python 3.6+
- Static type checking with
mypy --check-untyped-defs
- Tests with
pytest --doctest-modules
- espeak
If you have Nix, you can use the nix-shell to get these dependencies quickly.