Skip to content
Snippets Groups Projects
Commit 750eefa4 authored by Leroy John Rügemer's avatar Leroy John Rügemer Committed by Leroy John Rügemer
Browse files

restaurant

parent f81bef73
No related branches found
No related tags found
No related merge requests found
[main] [main]
startdb=47; startdb=43;
uttdb=52; uttdb=47;
silence=400; silence=400;
timeout=8; timeout=8;
openDeviceDirectly=yes; openDeviceDirectly=yes;
[pocketsphinxinstance] [pocketsphinxinstance]
name=confirm; name=confirm;
hmm=/vol/robocup/2014/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k; jsgf=../../psGrammar/confirm/confirm.jsgf;
dict=/vol/robocup/2014/share/SpeechRec/psGrammar/dictionary/tobiDic.dic;
jsgf=/vol/robocup/2014/share/SpeechRec/psGrammar/confirm/confirm.jsgf;
rsbscope=/speechrec/psa/confirm; rsbscope=/speechrec/psa/confirm;
bestpath=no; bestpath=no;
autoload=yes; autoload=yes;
[pocketsphinxinstance] [pocketsphinxinstance]
name=ordering; name=ordering;
hmm=/vol/robocup/2014/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k; jsgf=../../psGrammar/restaurant/order.jsgf;
dict=/vol/robocup/2014/share/SpeechRec/psGrammar/dictionary/tobiDic.dic;
jsgf=/vol/robocup/2014/share/SpeechRec/psGrammar/restaurant/ordering.jsgf;
rsbscope=/speechrec/psa/ordering; rsbscope=/speechrec/psa/ordering;
bestpath=no; bestpath=no;
autoload=yes; autoload=yes;
[pocketsphinxinstance] [pocketsphinxinstance]
name=saveCommand; name=saveCommand;
hmm=/vol/robocup/2014/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k; jsgf=../../psGrammar/restaurant/saveTable.jsgf;
dict=/vol/robocup/2014/share/SpeechRec/psGrammar/dictionary/tobiDic.dic; rsbscope=/speechrec/psa/saveTable;
jsgf=/vol/robocup/2014/share/SpeechRec/psGrammar/restaurant/saveCommand.jsgf;
rsbscope=/speechrec/psa/saveCommand;
bestpath=no; bestpath=no;
autoload=yes; autoload=yes;
[pocketsphinxinstance] [pocketsphinxinstance]
name=otherCommand; name=otherCommand;
hmm=/vol/robocup/2014/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k; jsgf=../../psGrammar/restaurant/commands.jsgf;
dict=/vol/robocup/2014/share/SpeechRec/psGrammar/dictionary/tobiDic.dic; rsbscope=/speechrec/psa/commands;
jsgf=/vol/robocup/2014/share/SpeechRec/psGrammar/restaurant/otherCommand.jsgf; bestpath=no;
rsbscope=/speechrec/psa/otherCommand; autoload=yes;
[pocketsphinxinstance]
name=controlExecution;
jsgf=../../psGrammar/commands/controlExecution.jsgf;
rsbscope=/speechrec/psa/controlExecution;
bestpath=no; bestpath=no;
autoload=yes; autoload=yes;
[main]
startdb=47;
uttdb=52;
silence=400;
timeout=8;
openDeviceDirectly=yes;
[pocketsphinxinstance]
name=confirm;
hmm=/vol/robocup/2014/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k;
dict=/vol/robocup/2014/share/SpeechRec/psGrammar/dictionary/tobiDic.dic;
jsgf=/vol/robocup/2014/share/SpeechRec/psGrammar/confirm/confirm.jsgf;
rsbscope=/speechrec/psa/confirm;
bestpath=no;
autoload=yes;
[pocketsphinxinstance]
name=ordering;
hmm=/vol/robocup/2014/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k;
dict=/vol/robocup/2014/share/SpeechRec/psGrammar/dictionary/tobiDic.dic;
jsgf=/vol/robocup/2014/share/SpeechRec/psGrammar/restaurant/ordering.jsgf;
rsbscope=/speechrec/psa/ordering;
bestpath=no;
autoload=yes;
[pocketsphinxinstance]
name=saveCommand;
hmm=/vol/robocup/2014/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k;
dict=/vol/robocup/2014/share/SpeechRec/psGrammar/dictionary/tobiDic.dic;
jsgf=/vol/robocup/2014/share/SpeechRec/psGrammar/restaurant/saveCommand.jsgf;
rsbscope=/speechrec/psa/saveCommand;
bestpath=no;
autoload=yes;
[pocketsphinxinstance]
name=otherCommand;
hmm=/vol/robocup/2014/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k;
dict=/vol/robocup/2014/share/SpeechRec/psGrammar/dictionary/tobiDic.dic;
jsgf=/vol/robocup/2014/share/SpeechRec/psGrammar/restaurant/otherCommand.jsgf;
rsbscope=/speechrec/psa/otherCommand;
bestpath=no;
autoload=yes;
#JSGF V1.0;
grammar restaurant_save_command;
public <restaurant> = [tobi] [please] (<followMe> | <stop>);
<followMe> = (follow me) | (come [(with me) | here]) | (keep up);
<stop> = stop [this];
#JSGF V1.0;
grammar restaurant_ordering;
public <restaurant> = [tobi] [please] bring <objects> to <deliveryLocations>;
<deliveryLocations> = table <numberOfTable>;
<numberOfTable> = one | two | three;
<objects> = <drinks> | <snacks>;
<drinks> = (orange juice) | beer | cola | (chocolate milk) | (energy drink) | (grape juice) | milk | water;
<snacks> = (chocolate cookies) | chips | biscuits | bread | pringles | (strawberry cookies);
#JSGF V1.0;
grammar restaurant_save_command;
public <restaurant> = [tobi] [please] save ( <deliveryLocations> | <kitchenCategory> ) [[to | on] [the | my]] ( <savePlaceLeft> | <savePlaceRight> | <savePlaceFront> | <savePlaceBack> );
<savePlaceFront> = front;
<savePlaceBack> = back;
<savePlaceLeft> = left;
<savePlaceRight> = right;
<deliveryLocations> = table <numberOfTable>;
<numberOfTable> = one | two | three;
<kitchenCategory> = kitchen | bar;
\ No newline at end of file
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