#JSGF V1.0;
grammar ToBI_object;
public <statement> = [<verb>] [<article>] <objects> [please];

<objects> = <object>;
<object> = <grab_object>;

<grab_object> = <cleaning_class> | <food_class> | anything;

<cleaning_class> = cloth | soap | sponge;
<food_class> = salt | apple | pringles | cereals | cornflakes | peas | (coconut milk); 

<verb> = (bring me) | bring | carry | retrieve | fetch | get | remember | memorize;
<article> = the | an | some | a | this;