diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-09-17 18:54:51 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-10-08 20:52:13 +0200 |
| commit | c30292e5f2b38430f5c5f17a52ae20cc16131233 (patch) | |
| tree | 7264d3db8d3b7d4c29346d52a658c39a5b6daf4d /client/requirements.txt | |
| parent | e0e2708dd240dbda6e6690b38a20ca418e5e77a8 (diff) | |
| download | jasper-client-c30292e5f2b38430f5c5f17a52ae20cc16131233.tar.gz jasper-client-c30292e5f2b38430f5c5f17a52ae20cc16131233.zip | |
Rewritten vocabcompiler and separated it from pocketsphinx logic
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.
Diffstat (limited to 'client/requirements.txt')
| -rw-r--r-- | client/requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/requirements.txt b/client/requirements.txt index dd0e474..57b6bc6 100644 --- a/client/requirements.txt +++ b/client/requirements.txt @@ -10,3 +10,4 @@ python-mpd==0.3.0 pytz==2013b semantic==1.0.3 requests==2.1.0 +cmuclmtk==0.1.2 |
