summaryrefslogtreecommitdiff
path: root/client/vocabcompiler.py
Commit message (Expand)AuthorAgeFilesLines
* Use Python-3-style print function to match coding styleschneefux2014-12-041-1/+1
* Nit: fix variable naming in client/vocabcompiler.pyschneefux2014-10-131-1/+1
* Remove unneccessary pass statement from AbstractVocabulary classschneefux2014-10-081-1/+0
* PEP8 style fixes in test.py and vocabcompiler.pyschneefux2014-10-081-1/+1
* Rewritten G2P codeschneefux2014-10-081-6/+10
* Add method to get keyword phrases to vocabcompilerschneefux2014-10-081-0/+20
* Use newer cmuclmtk libary version and catch ImportErrorschneefux2014-10-081-1/+1
* Improve logging in vocabcompiler.pyschneefux2014-10-081-3/+16
* Add error handler for cmuclmtk import to vocabcompilerschneefux2014-10-081-1/+4
* Added DummyVocabulary classschneefux2014-10-081-0/+22
* Rewritten vocabcompiler and separated it from pocketsphinx logicschneefux2014-10-081-33/+329
* Fix flake8 style nitsschneefux2014-10-061-3/+4
* Remove music modeschneefux2014-10-011-2/+0
* Minor style fixes in vocabcompiler.pyschneefux2014-09-161-0/+1
* Use `Brain.get_modules()` in vocabcompilerschneefux2014-09-151-18/+5
* Move vocabcompiler into client folderschneefux2014-09-111-0/+69