From 06742b8e9e795146974884bbbd12076fe6365bab Mon Sep 17 00:00:00 2001
From: semeyerz <semeyerz@TechFak.Uni-Bielefeld.DE>
Date: Fri, 6 Mar 2015 17:23:15 +0100
Subject: [PATCH] switched to new ps hmm

---
 ps-config/demoDynamic/demoDynamic.conf | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/ps-config/demoDynamic/demoDynamic.conf b/ps-config/demoDynamic/demoDynamic.conf
index 5f3527d7..e8d666af 100644
--- a/ps-config/demoDynamic/demoDynamic.conf
+++ b/ps-config/demoDynamic/demoDynamic.conf
@@ -7,7 +7,7 @@ openDeviceDirectly=yes;
 
 [pocketsphinxinstance]
 name=person;
-hmm=../../../pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k;
+hmm=../../../pocketsphinx/model/hmm/en-us/en-us;
 dict=../../psGrammar/dictionary/tobiDic.dic;
 jsgf=../../psGrammar/person/person.jsgf;
 rsbscope=/speechrec/psa/person;
@@ -16,7 +16,7 @@ autoload=yes;
 
 [pocketsphinxinstance]
 name=drinks;
-hmm=../../../pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k;
+hmm=../../../pocketsphinx/model/hmm/en-us/en-us;
 dict=../../psGrammar/dictionary/tobiDic.dic;
 jsgf=../../psGrammar/object/drinks.jsgf;
 rsbscope=/speechrec/psa/object;
@@ -25,7 +25,7 @@ autoload=yes;
 
 [pocketsphinxinstance]
 name=confirm;
-hmm=../../../pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k;
+hmm=../../../pocketsphinx/model/hmm/en-us/en-us;
 dict=../../psGrammar/dictionary/tobiDic.dic;
 jsgf=../../psGrammar/confirm/confirm.jsgf;
 rsbscope=/speechrec/psa/confirm;
@@ -34,7 +34,7 @@ autoload=yes;
 
 [pocketsphinxinstance]
 name=ordering;
-hmm=../../../pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k;
+hmm=../../../pocketsphinx/model/hmm/en-us/en-us;
 dict=../../psGrammar/dictionary/tobiDic.dic;
 jsgf=../../psGrammar/restaurant/ordering.jsgf;
 rsbscope=/speechrec/psa/ordering;
@@ -43,7 +43,7 @@ autoload=yes;
 
 [pocketsphinxinstance]
 name=saveCommand;
-hmm=../../../pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k;
+hmm=../../../pocketsphinx/model/hmm/en-us/en-us;
 dict=../../psGrammar/dictionary/tobiDic.dic;
 jsgf=../../psGrammar/restaurant/saveCommand.jsgf;
 rsbscope=/speechrec/psa/saveCommand;
@@ -52,7 +52,7 @@ autoload=yes;
 
 [pocketsphinxinstance]
 name=otherCommand;
-hmm=../../../pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k;
+hmm=../../../pocketsphinx/model/hmm/en-us/en-us;
 dict=../../psGrammar/dictionary/tobiDic.dic;
 jsgf=../../psGrammar/restaurant/otherCommand.jsgf;
 rsbscope=/speechrec/psa/otherCommand;
@@ -61,7 +61,7 @@ autoload=yes;
 
 [pocketsphinxinstance]
 name=controlExecution;
-hmm=../../../pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k;
+hmm=../../../pocketsphinx/model/hmm/en-us/en-us;
 dict=../../psGrammar/dictionary/tobiDic.dic;
 jsgf=../../psGrammar/commands/controlExecution.jsgf;
 rsbscope=/speechrec/psa/controlExecution;
-- 
GitLab