Skip to content
Snippets Groups Projects
Commit e686d75c authored by Günes Minareci's avatar Günes Minareci
Browse files

Merge branch 'master' of rcs:robocup-speechrec

parents 97a5191c ca0bddb4
No related branches found
No related tags found
No related merge requests found
......@@ -6,10 +6,10 @@ public <restaurant> = [tobi] [please] <command> [please] [tobi];
<follow> = (follow me) | (come [(with me) | here]) | (keep up);
<stop> = stop [this];
<beverages> = <objectCategory> | <objects>;
<objectCategory> = drink | food;
<objects> = <drink> | <food>;
<objectCategory> = drinks | food;
<objects> = <drinks> | <food>;
<drink> = beer_bottle | fanta | beer_can | coke | seven_up | chocolate_milk | energy_drink | orange_juice | apple_juice | milk;
<drinks> = beer_bottle | fanta | beer_can | coke | seven_up | chocolate_milk | energy_drink | orange_juice | apple_juice | milk;
<food> = tomato_sauce | peanut_butter | chicken_noodles | marmalade | veggie_noodles | garlic_sauce | chocolate | cookies | drops | cracker;
<ordering> = ordering;
......
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