Skip to content

Midi4Text English orthographic system implementation for Plover

License

Notifications You must be signed in to change notification settings

nsmarkop/plover_midi4text

Repository files navigation

Plover Midi4Text

Midi4Text English orthographic system implementation for Plover.

Warning: Updating the plugin does not always update the default dictionaries to their latest versions. Check in the plugin repository or here for the most up to date versions of the dictionary files.

Development

Update README.rst with pandoc:

pandoc README.md -o README.rst

Install dependencies with pipenv:

pipenv install --dev

Update dictionary files:

pipenv run python update_dictionaries.py

Build and publish to PyPI with twine:

pipenv run python setup.py sdist bdist_wheel
pipenv run twine upload dist/*