From c30292e5f2b38430f5c5f17a52ae20cc16131233 Mon Sep 17 00:00:00 2001 From: schneefux Date: Wed, 17 Sep 2014 18:54:51 +0200 Subject: 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. --- client/requirements.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'client/requirements.txt') 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 -- cgit v1.3.1