Forked from
CLF / Robocup / Pocketsphinx Configs
1459 commits behind the upstream repository.
-
Leroy John Rügemer authoredLeroy John Rügemer authored
object.jsgf 581 B
#JSGF V1.0;
grammar ToBI_object;
public <statement> = [<verb>] [<article>] <object> [please];
<object> = <grab_object>;
<grab_object> = <bathroom_class> | <drink_class> | <snack_class> | <food_class>;
<bathroom_class> = shower_gel | hair_gel;
<drink_class> = orange_juice | fruit_juice | ice_tea | coffee | beer;
<snack_class> = chokolates | chewing_gum | peanuts;
<food_class> = noodle_sauce | cat_food | dumplings | tacos;
<verb> = bring | carry | retrieve | fetch | get | give | find | search for | put | learn | remember | memorize;
<article> = the | an | some | a | this;