summary refs log tree commit diff
path: root/kayleevc/numbers.py
AgeCommit message (Collapse)Author
2016-07-03Fixed recognition of "forty"Clayton G. Hobbs
I spelled it "fourty", which tricks the lmtool into making it much harder to recognize the word. Now it's spelled "forty", which makes it much easier to understand.
2016-05-15Formatting and documentationClayton G. Hobbs
Added some blank lines and wrapped some long lines to be closer to PEP 8 compliance. Improved docstrings in NumberParser class. Added docstrings for undocumented code and removed a TODO message that no longer applies.
2016-02-16Reorganize classes into a "kayleevc" packageClayton G. Hobbs
That's "Kaylee Voice Command" if you didn't figure it out. I think everything still works properly, but I'll do more testing later to verify.