Skip to content
Snippets Groups Projects
Commit aea11b32 authored by alangfel's avatar alangfel
Browse files

added inspection grammar and config + new objects for restaurant

parent 51f3ffd4
No related branches found
No related tags found
No related merge requests found
[main]
startdb=40;
uttdb=45;
silence=400;
timeout=8;
openDeviceDirectly=yes;
[pocketsphinxinstance]
name=leave;
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/simpleInspection/simpleInspection.jsgf;
rsbscope=/speechrec/psa/simpleInspection;
bestpath=no;
autoload=yes;
[main]
startdb=40;
uttdb=45;
silence=400;
timeout=8;
openDeviceDirectly=yes;
[pocketsphinxinstance]
name=leave;
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/simpleInspection/simpleInspection.jsgf;
rsbscope=/speechrec/psa/simpleInspection;
bestpath=no;
autoload=yes;
......@@ -9,5 +9,5 @@ public <restaurant> = [tobi] [please] bring <objects> to <deliveryLocations>;
<objects> = <drinks> | <snacks>;
<drinks> = (orange juice) | (fruit juice) | (ice tea) | coffee | beer;
<snacks> = chocolates | (chewing gum) | peanuts | apple;
<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 simpleInspection;
public <simpleInspection> = [tobi] [please] <command>;
<command> = continue;
#JSGF V1.0;
grammar simpleInspection;
public <simpleInspection> = [tobi] [please] <command>;
<command> = continue;
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