diff --git a/ps-config/kgardeja/kgardeja.conf b/ps-config/kgardeja/kgardeja.conf new file mode 100644 index 0000000000000000000000000000000000000000..a0ac956fbf6d1c51cd4448738f6ce6d2efb8b304 --- /dev/null +++ b/ps-config/kgardeja/kgardeja.conf @@ -0,0 +1,78 @@ +[main] +startdb=43; +uttdb=47; +silence=400; +timeout=8; +openDeviceDirectly=yes; + +[pocketsphinxinstance] +name=person; +hmm=../../../pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k; +dict=../../psGrammar/dictionary/tobiDic.dic; +jsgf=../../psGrammar/person/person.jsgf; +rsbscope=/speechrec/psa/person; +bestpath=no; +autoload=yes; + +[pocketsphinxinstance] +name=drinks; +hmm=../../../pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k; +dict=../../psGrammar/dictionary/tobiDic.dic; +jsgf=../../psGrammar/object/drinks.jsgf; +rsbscope=/speechrec/psa/object; +bestpath=no; +autoload=yes; + +[pocketsphinxinstance] +name=confirm; +hmm=../../../pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k; +dict=../../psGrammar/dictionary/tobiDic.dic; +jsgf=../../psGrammar/confirm/confirm.jsgf; +rsbscope=/speechrec/psa/confirm; +bestpath=no; +autoload=yes; + +[pocketsphinxinstance] +name=ordering; +hmm=../../../pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k; +dict=../../psGrammar/dictionary/tobiDic.dic; +jsgf=../../psGrammar/restaurant/ordering.jsgf; +rsbscope=/speechrec/psa/ordering; +bestpath=no; +autoload=yes; + +[pocketsphinxinstance] +name=saveCommand; +hmm=../../../pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k; +dict=../../psGrammar/dictionary/tobiDic.dic; +jsgf=../../psGrammar/restaurant/saveCommand.jsgf; +rsbscope=/speechrec/psa/saveCommand; +bestpath=no; +autoload=yes; + +[pocketsphinxinstance] +name=otherCommand; +hmm=../../../pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k; +dict=../../psGrammar/dictionary/tobiDic.dic; +jsgf=../../psGrammar/restaurant/otherCommand.jsgf; +rsbscope=/speechrec/psa/otherCommand; +bestpath=no; +autoload=yes; + +[pocketsphinxinstance] +name=controlExecution; +hmm=../../../pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k; +dict=../../psGrammar/dictionary/tobiDic.dic; +jsgf=../../psGrammar/commands/controlExecution.jsgf; +rsbscope=/speechrec/psa/controlExecution; +bestpath=no; +autoload=yes; + +[pocketsphinxinstance] +name=kgardeja; +hmm=../../../pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k; +dict=../../psGrammar/dictionary/tobiDic.dic; +jsgf=../../psGrammar/kgardeja/kgardeja.jsgf; +rsbscope=/speechrec/psa/controlExecution; +bestpath=no; +autoload=yes; diff --git a/ps-grammar/kgardeja/kgardeja.jsgf b/ps-grammar/kgardeja/kgardeja.jsgf new file mode 100644 index 0000000000000000000000000000000000000000..46e39e36718ca6f189146ac606f56231f3e2fc1f --- /dev/null +++ b/ps-grammar/kgardeja/kgardeja.jsgf @@ -0,0 +1,8 @@ +#JSGF V1.0; +grammar kgardeja; +public <statement> = <kitchen> | <livingroom> | <accept>; +<kitchen> = kitchen; +<livingroom> = livingroom; +<accept> = yes; + +