Skip to content
Snippets Groups Projects
Commit 5262bc85 authored by Jan Pohlmeyer's avatar Jan Pohlmeyer Committed by David Leins
Browse files

Add stuff to whereisthis grammar

parent ff111b82
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,22 @@ public <locationstring> = [<prefix>] <location> [<robot>];
<canyouhelp> = (can you help me find [the]);
<location> = ( (sofa) | (comfy chair) | (shelf) | (living room) | (kitchen) | (bin laden) | (dinner table) | (arena) );
<location> = ( (tv) | (tv_table) | (sideboard) | (bookcase) | (left_armchair) | (right_armchair) | (coffee_table) | (couch) | (high_table) | (kitchen_table) | (dishwasher) | (kitchen_cabinet) | (desk) | (bed) | (side_table) | (cupboard) | (sofa) | (bar_table) | (living room) | (hallway) | (kitchen) | (bedroom) | (bar) | (cleaning stuff) | (snacks) | (drinks) | (food) | (care) | (container) | (fruit) | (kitchen_stuff) | (cabinet) | (white drawer) | (trash_can) | (trash_bin) | (coathanger) | <cleaning_stuff> | <snacks> | <drinks> | <food> | <fruit> | <care> | <container>);
<cleaning_stuff> = ((cloth) | (dishwasher_tab));
<snacks> = ((cereal_bar_chocolate) | (cereal_bar_chocolate_banana) | (cracker) | (fruit_bar_apple) | (fruit_bar_forest_fruit) | (get_it) | (nut_fruit_mix) | (peanut_bits));
<drinks> = ( (apple_juice) | (iso_drink) | (orange_juice) | (red_spritzer) | (sparkling_water) | (coke) | (lemon_juice) | (water) | (milk) );
<food> = ((cereal) | (bouillon) | (corn) | (noodles) | (pepper) | (salt) | (sauerkraut) |(seasoning_mix) | (tomatoes));
<fruit> = ((lemon) | (orange));
<care> = ((shower_gel) | (soap) | (toothpaste));
<container> = ((basket) | (tray));
<kitchen_stuff> = ( (bowl) | (cup) | (fork) | (knife) | (plate) | (spoon));
<robot> = (tobi) | (robot) | (biron) | (pepper);
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