Skip to content
Snippets Groups Projects
Commit 0b6c61f0 authored by Jonas Zilke's avatar Jonas Zilke
Browse files

add bring object grammar

parent 32bcd5cd
No related branches found
No related tags found
No related merge requests found
......@@ -48,3 +48,9 @@ jsgf=../../psGrammar/demos/demoDynamic.jsgf;
bestpath=no;
autoload=yes;
[pocketsphinxinstance]
name=bringObject;
jsgf=../../psGrammar/demos/bringObject.jsgf;
rsbscope=/speechrec/psa/bring_object;
bestpath=no;
autoload=yes;
\ No newline at end of file
#JSGF V1.0;
grammar bringObject;
public <command> = [please] <bring> [me] [the | a] <object>;
<bring> = bring | hand | give
<object> = sponge | cleanser | (red wine) | (juice pack) | (cola) | (tropical juice) | (milk) | (iced tea) | (orange juice) | (tuna) | (tomato soup) | spam | mustard | (strawberry jello) | (chocolate jello) | (coffee grounds) | sugar | pear | plum | peach | lemon | orange | strawberry | banana | apple | (tennis ball) | (soccer ball) | (rubiks cube) | dice | baseball | pringles | cornflakes | cheezit | spoon | plate | cup | fork | bowl | knife;
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