Skip to content
Snippets Groups Projects
Commit 7b5dd2ee authored by Christian Witte's avatar Christian Witte
Browse files

new grammar

parent 8a6eee62
No related branches found
No related tags found
No related merge requests found
[main]
startdb=30;
uttdb=35;
silence=400;
timeout=8;
openDeviceDirectly=yes;
[pocketsphinxinstance]
name=whatDidISay;
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/basicFunctionalities/basicFunctionalities.jsgf;
rsbscope=/speechrec/psa/basicFunctionalities;
bestpath=no;
autoload=yes;
[main]
startdb=30;
uttdb=35;
silence=400;
timeout=8;
openDeviceDirectly=yes;
[pocketsphinxinstance]
name=whatDidISay;
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/basicFunctionalities/whatDidISay.jsgf;
rsbscope=/speechrec/psa/basicFunctionalities;
bestpath=no;
autoload=yes;
#JSGF V1.0;
grammar basicFunctionalities;
public <basicFunctionalities> = <question1> | <question2> | <startServing> | <stop>;
<startServing> = continue;
<stop> = stop;
<question1> = what is your name;
<question2> = how old are you;
#JSGF V1.0;
grammar whatdidisay;
public <statement> = <question1> | <question2>;
<question1> = what is your name;
<question2> = how old are you;
#JSGF V1.0;
grammar whatdidisay;
public <statement> = <sentence1> | <sentence2>;
<sentence1> = what is your name;
<sentence1> = how old are you;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment