Skip to content
Snippets Groups Projects
Commit 120ea281 authored by Suchit Sharma's avatar Suchit Sharma
Browse files

updated 2 room name to grammer

parent a5f91b6d
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ public <task> = [<robot_name>] [(would | could) you] [please] <command> [please]
<snack_class> = chocolate_cookies | chips | biscuits | bread | pringles | (strawberry cookies);
<food_class> = baby_food | crackers | coffee | yeast | noodles | beans;
<location> = <appliance_class> | <shelf_class> | <seat_class> | <table_class> | <door_class> | <exit_class> | exit | door | seating | utensil | location | room | appliance | shelf | seat | table | somewhere | apartment | furniture;
<location> = <appliance_class> | <shelf_class> | <seat_class> | <table_class> | <room_class> | <door_class> | <exit_class> | exit | door | seating | utensil | location | room | appliance | shelf | seat | table | somewhere | apartment | furniture;
<second_location> = <appliance_class> | <shelf_class> | <seat_class> | <room_class> | <table_class> | <door_class> | door | seating | utensil | location | room | appliance | shelf | seat | table | somewhere | apartment | furniture;
......
......@@ -6,7 +6,7 @@ public <statement> = <locationPhrase> [please];
<verb> = go | search | learn | remember | memorize;
<location> = <appliance_class> | <shelf_class> | <seat_class> | <table_class> | <door_class> | <exit_class> | <everywhere_class>;
<location> = <appliance_class> | <shelf_class> | <seat_class> | <table_class> | <room_class> | <door_class> | <exit_class> | <everywhere_class>;
<appliance_class> = waste_bin | fridge | stove;
<shelf_class> = bar | side_board | (right side_table) | (left side_table);
......
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