diff --git a/ps-config/demoDynamic/demoDynamic.conf b/ps-config/demoDynamic/demoDynamic.conf index 5f3527d7d6555bbda3038ac01ff151ae706b6c40..e8d666af737f38c7ed915673dc4fde7d7b8e7bd4 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;