user202729 / plover-generate

Generate a dictionary from a list of rules. Tailored for Plover theory.
GNU General Public License v3.0
1 stars 2 forks source link
plover

plover-generate

Generate a dictionary from a list of rules. Tailored for Plover theory.

Additional files required to run the program

To generate a dictionary

Usually you would only need to run

python3 main2.py
python3 main3.py -g

Run python3 main3.py --help to see what's the default output path. Can be changed with -o/--output flag.

Most other files have either documentation at the top of the file, or otherwise (if they're executable) run them with --help flag to read the documentation.

Tips

Testing

It's possible to preview the result of a rule modification on some words by running with --word-filter. A typical run is (on Unix systems)

python3 main3.py -o /dev/stdout --no-output-errors --word-filter word1,word2