diff --git a/ps-config/jgerlach_challenge/jgerlach_challenge.conf b/ps-config/jgerlach_challenge/jgerlach_challenge.conf new file mode 100644 index 0000000000000000000000000000000000000000..17e30677680fffdabbde7ae829ac332baaad4bcd --- /dev/null +++ b/ps-config/jgerlach_challenge/jgerlach_challenge.conf @@ -0,0 +1,24 @@ +[main] +startdb=47; +uttdb=52; +silence=400; +timeout=8; +openDeviceDirectly=yes; + +[pocketsphinxinstance] +name=jgerlach_challenge; +hmm=../../../pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k; +dict=../../psGrammar/dictionary/tobiDic.dic; +jsgf=../../psGrammar/jgerlach_challenge/jgerlach_challenge.jsgf; +rsbscope=/speechrec/psa/jgerlach_challenge; +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; diff --git a/ps-grammar/jgerlach_challenge/jgerlach_challenge.jsgf b/ps-grammar/jgerlach_challenge/jgerlach_challenge.jsgf new file mode 100644 index 0000000000000000000000000000000000000000..97e0759bcc751d3270c43bd3520d3aa160f1e9eb --- /dev/null +++ b/ps-grammar/jgerlach_challenge/jgerlach_challenge.jsgf @@ -0,0 +1,5 @@ +#JSGF V1.0; +grammar jgerlach_challenge; +public <roomNT> = (<kitchenNT> | <livingRoomNT>); +<kitchenNT> = [clean up the] kitchen; +<livingRoomNT> = [clean up the] living room;