summaryrefslogtreecommitdiff
path: root/client/vocabcompiler.py
Commit message (Collapse)AuthorAgeFilesLines
* Make archive_member_name configurable in Julius vocabcompilerschneefux2015-01-151-8/+16
|
* Added basic Julius STT engine and vocabcompilerschneefux2015-01-111-1/+143
|
* Use Python-3-style print function to match coding styleschneefux2014-12-041-1/+1
| | | | This also makes a possible transition to Python 3.x easier
* Nit: fix variable naming in client/vocabcompiler.pyschneefux2014-10-131-1/+1
|
* Remove unneccessary pass statement from AbstractVocabulary classschneefux2014-10-081-1/+0
| | | | This should raise vocabcompiler test coverage to 100%. Whohooo!
* 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
| | | | This way they can be used by other STT engines as well
* 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
| | | | | | | The pocketsphinx part of vocabcompiler now uses the cmuclmtk wrapper libary for compilation of the languagemodel/dictionary. A revision check has been implemented, so that vocabulary won't get recompiled if there's no need. Proper integration into jasper.py, client/stt.py and client/test.py is still missing due to pending pull requests that change these modules.
* 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