diff --git a/ps-config/robotZoo/roboZoo.conf b/ps-config/robotZoo/roboZoo.conf new file mode 100644 index 0000000000000000000000000000000000000000..23a2e30e63164f6f240f6323dd670e155bc1530e --- /dev/null +++ b/ps-config/robotZoo/roboZoo.conf @@ -0,0 +1,24 @@ +[main] +startdb=30; +uttdb=35; +silence=400; +timeout=8; +openDeviceDirectly=yes; + +[pocketsphinxinstance] +name=confirm; +hmm=/vol/robocup/2013/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k; +dict=/vol/robocup/2013/share/SpeechRec/psGrammar/dictionary/tobiDic.dic; +jsgf=/vol/robocup/2013/share/SpeechRec/psGrammar/followMe/confirm.jsgf; +rsbscope=/speechrec/psa/confirm; +bestpath=no; +autoload=yes; + +[pocketsphinxinstance] +name=roboZoo; +hmm=/vol/robocup/2013/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k; +dict=/vol/robocup/2013/share/SpeechRec/psGrammar/dictionary/tobiDic.dic; +jsgf=/vol/robocup/2013/share/SpeechRec/psGrammar/followMe/roboZoo.jsgf; +rsbscope=/speechrec/psa/roboZoo; +bestpath=no; +autoload=yes; diff --git a/ps-grammar/robotZoo/confirm.jsgf b/ps-grammar/robotZoo/confirm.jsgf new file mode 100644 index 0000000000000000000000000000000000000000..303a6af5f68cff3bee42a6cb147b1328071198ef --- /dev/null +++ b/ps-grammar/robotZoo/confirm.jsgf @@ -0,0 +1,5 @@ +#JSGF V1.0; +grammar ToBI_confirm; +public <confirm> = [tobi] (<confirm_yes> | <confirm_no>) [tobi]; +<confirm_yes> = [please] yes [please]; +<confirm_no> = no [thanks]; diff --git a/ps-grammar/robotZoo/roboZoo.jsgf b/ps-grammar/robotZoo/roboZoo.jsgf new file mode 100644 index 0000000000000000000000000000000000000000..a05f807bc7593b5017a9e2daa1149c8a559ddad9 --- /dev/null +++ b/ps-grammar/robotZoo/roboZoo.jsgf @@ -0,0 +1,9 @@ +#JSGF V1.0; +grammar ToBI_roboZoo; + +public <statement> = [tobi] (<biron> | <andi> | <leon> | <kai> ) [tobi]; + +<biron> = biron; +<andi> = andi | andreas; +<leon> = leon; +<kai> = kai;