Skip to content
Snippets Groups Projects
Commit b07e8477 authored by Christian Ascheberg's avatar Christian Ascheberg
Browse files

add dedicated cocktailparty objects

parent bb1b492b
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ autoload=yes;
name=object;
hmm=/vol/robocup/2013/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k;
dict=/vol/robocup/2013/share/SpeechRec/psGrammar/dictionary/tobiDic.dic;
jsgf=/vol/robocup/2013/share/SpeechRec/psGrammar/object/object.jsgf;
jsgf=/vol/robocup/2013/share/SpeechRec/psGrammar/cocktailparty/object.jsgf;
rsbscope=/speechrec/psa/object;
bestpath=no;
autoload=yes;
......
#JSGF V1.0;
grammar ToBI_object;
public <statement> = <objectPhrase>;
<objectPhrase> = [<verb>] [<article>] <objects>;
<objects> = milk | cocoa | cookies;
<verb> = bring | carry | retrieve | fetch | get | give;
<article> = the | an | some | a;
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