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

added ordering grammar

parent f5577fcb
No related branches found
No related tags found
No related merge requests found
......@@ -40,3 +40,12 @@ jsgf=/vol/robocup/2014/share/SpeechRec/psGrammar/restaurant/object.jsgf;
rsbscope=/speechrec/psa/object;
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;
#JSGF V1.0;
grammar restaurant_ordering;
public <restaurant> = [tobi] [please] bring <objects> to table <deliveryLocations>;
<deliveryLocations> = table (one | two | three);
<objects> = <drinks> | <snacks>;
<drinks> = (orange juice) | (fruit juice) | (ice tea) | coffee | beer;
<snacks> = chocolates | (chewing gum) | peanuts;
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