Newer
Older
#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> | <tool_class>;
<bathroom_class> = (shower gel) | (hair gel);
<drink_class> = (orange juice) | (fruit juice) | (ice tea) | coffee | beer;
<snack_class> = chocolates | (chewing gum) | peanuts;
<food_class> = (noodle sauce) | (cat food) | dumplings | tacos;
<tool_class> = sponge | tape | (sole latex);
<verb> = bring | carry | retrieve | fetch | get | give | find | search for | put | learn | remember | memorize;
<article> = the | an | some | a | this;