#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;