From 120ea2817280f1f94a4272d787f98143f5bf717e Mon Sep 17 00:00:00 2001
From: Suchit Sharma <ssharma@techfak.uni-bielefeld.de>
Date: Mon, 21 Jul 2014 15:24:28 -0300
Subject: [PATCH] updated 2 room name to grammer

---
 ps-grammar/gprs/gprs.jsgf         | 2 +-
 ps-grammar/location/location.jsgf | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ps-grammar/gprs/gprs.jsgf b/ps-grammar/gprs/gprs.jsgf
index e5d22fdc..4966811b 100644
--- a/ps-grammar/gprs/gprs.jsgf
+++ b/ps-grammar/gprs/gprs.jsgf
@@ -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;
 
diff --git a/ps-grammar/location/location.jsgf b/ps-grammar/location/location.jsgf
index 13468d47..22526662 100644
--- a/ps-grammar/location/location.jsgf
+++ b/ps-grammar/location/location.jsgf
@@ -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);
-- 
GitLab