| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make archive_member_name configurable in Julius vocabcompiler | schneefux | 2015-01-15 | 1 | -8/+16 |
| | | |||||
| * | Added basic Julius STT engine and vocabcompiler | schneefux | 2015-01-11 | 1 | -1/+143 |
| | | |||||
| * | Use Python-3-style print function to match coding style | schneefux | 2014-12-04 | 1 | -1/+1 |
| | | | | | This also makes a possible transition to Python 3.x easier | ||||
| * | Nit: fix variable naming in client/vocabcompiler.py | schneefux | 2014-10-13 | 1 | -1/+1 |
| | | |||||
| * | Remove unneccessary pass statement from AbstractVocabulary class | schneefux | 2014-10-08 | 1 | -1/+0 |
| | | | | | This should raise vocabcompiler test coverage to 100%. Whohooo! | ||||
| * | PEP8 style fixes in test.py and vocabcompiler.py | schneefux | 2014-10-08 | 1 | -1/+1 |
| | | |||||
| * | Rewritten G2P code | schneefux | 2014-10-08 | 1 | -6/+10 |
| | | |||||
| * | Add method to get keyword phrases to vocabcompiler | schneefux | 2014-10-08 | 1 | -0/+20 |
| | | | | | This way they can be used by other STT engines as well | ||||
| * | Use newer cmuclmtk libary version and catch ImportError | schneefux | 2014-10-08 | 1 | -1/+1 |
| | | |||||
| * | Improve logging in vocabcompiler.py | schneefux | 2014-10-08 | 1 | -3/+16 |
| | | |||||
| * | Add error handler for cmuclmtk import to vocabcompiler | schneefux | 2014-10-08 | 1 | -1/+4 |
| | | |||||
| * | Added DummyVocabulary class | schneefux | 2014-10-08 | 1 | -0/+22 |
| | | |||||
| * | Rewritten vocabcompiler and separated it from pocketsphinx logic | schneefux | 2014-10-08 | 1 | -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 nits | schneefux | 2014-10-06 | 1 | -3/+4 |
| | | |||||
| * | Remove music mode | schneefux | 2014-10-01 | 1 | -2/+0 |
| | | |||||
| * | Minor style fixes in vocabcompiler.py | schneefux | 2014-09-16 | 1 | -0/+1 |
| | | |||||
| * | Use `Brain.get_modules()` in vocabcompiler | schneefux | 2014-09-15 | 1 | -18/+5 |
| | | |||||
| * | Move vocabcompiler into client folder | schneefux | 2014-09-11 | 1 | -0/+69 |
