diff --git a/ps-config/speechRecognition/speechRecognition.conf b/ps-config/speechRecognition/speechRecognition.conf index ffc65d36656bc62cbf4121dc046210685accc946..904b98984916c1d4278e37078f01abaef8ffe271 100644 --- a/ps-config/speechRecognition/speechRecognition.conf +++ b/ps-config/speechRecognition/speechRecognition.conf @@ -7,7 +7,6 @@ openDeviceDirectly=yes; [pocketsphinxinstance] name=speechRecognition; -hmm=../../../pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k; dict=../../psGrammar/dictionary/tobiDic.dic; jsgf=../../psGrammar/speechRecognition/speechRecognition.jsgf; rsbscope=/speechrec/psa/speechRecognition; diff --git a/ps-grammar/speechRecognition/speechRecognition.jsgf b/ps-grammar/speechRecognition/speechRecognition.jsgf index 543b4008338d3f4a43a5bf99f3f10d8d1c1dc188..5db272c1a898983382f82a1b8b96c6509abe54cf 100644 --- a/ps-grammar/speechRecognition/speechRecognition.jsgf +++ b/ps-grammar/speechRecognition/speechRecognition.jsgf @@ -1,8 +1,15 @@ #JSGF V1.0; grammar speechRecognition; -public <statement> = (<blah> | <yes> | <no>); +public <task> = <question1> | <question2> | <question3> | <question4> | <question5> | <question6> | <question7> | <question8> | <question9> | <question10>; -<blah> = blah; -<yes> = yes; -<no> = no; +<question1> = what time is it; +<question2> = what is your name; +<question3> = what is the capital of brazil; +<question4> = in which year was robo cup founded; +<question5> = how many rings has the olympic flag; +<question6> = what is the answer to the ultimate question about life the universe and everything; +<question7> = what is the worlds most popular green vegetable; +<question8> = what is the oldest drug used on earth; +<question9> = which insect has the best eyesight; +<question10> = who lives in a pineapple under the sea;