Skip to content
Snippets Groups Projects
Commit 2203cd09 authored by Leon Ziegler's avatar Leon Ziegler
Browse files

using only drinks in dynamic demo

parent 57c1bddd
No related branches found
No related tags found
No related merge requests found
......@@ -14,10 +14,10 @@ bestpath=no;
autoload=yes;
[pocketsphinxinstance]
name=object;
name=drinks;
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/object/object.jsgf;
jsgf=/vol/robocup/2014/share/SpeechRec/psGrammar/object/drinks.jsgf;
rsbscope=/speechrec/psa/object;
bestpath=no;
autoload=yes;
......
#JSGF V1.0;
grammar ToBI_object;
public <statement> = [<verb>] [<article>] <objects> [please];
<objects> = <object>;
<object> = <drink_class>;
<drink_class> = (energy drink) | milk | coffee;
<verb> = (bring me) | bring | carry | retrieve | fetch | get | (get me) | give | find | search for | put | learn | remember | memorize;
<article> = the | an | some | a | 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