aboutsummaryrefslogtreecommitdiff
path: root/english-orthography.py
AgeCommit message (Collapse)Author
2022-06-22Define thogai-english-stenography-rules variable.Arun Isaac
* english-orthography.py: Define thogai-english-stenography-rules variable using defvar.
2022-06-22Use Plover source instead of the built Plover package.Arun Isaac
* english-orthography.py: Accept the path to the Plover source as argument and import english_stenotype from that path.
2022-06-20Implement orthography aware suffixes.Arun Isaac
At build time, we import orthography rules from Plover source code. It is the easiest way to keep up with Plover. * english-orthography.py: New file. * thogai.el: Require thogai-english-orthography. (thogai-insert-orthography-aware-suffix): New function. (thogai-insert-translation): Use thogai-insert-orthography-aware-suffix.