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

added grammar for other commands

parent c2262e6b
No related branches found
No related tags found
No related merge requests found
...@@ -58,3 +58,12 @@ jsgf=/vol/robocup/2014/share/SpeechRec/psGrammar/restaurant/saveCommand.jsgf; ...@@ -58,3 +58,12 @@ jsgf=/vol/robocup/2014/share/SpeechRec/psGrammar/restaurant/saveCommand.jsgf;
rsbscope=/speechrec/psa/saveCommand; rsbscope=/speechrec/psa/saveCommand;
bestpath=no; bestpath=no;
autoload=yes; 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> = <followMe> | <stop> | <ordering>;
<followMe> = (follow me) | (come [(with me) | here]) | (keep up);
<ordering> = ordering;
<stop> = stop [this];
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