From c62c258beec3c5e61e5ab4538ea4dcf246af51e6 Mon Sep 17 00:00:00 2001
From: Suchit Sharma <ssharma@techfak.uni-bielefeld.de>
Date: Sat, 19 Jul 2014 22:32:58 -0300
Subject: [PATCH] added location for robocup

---
 ps-grammar/dictionary/tobiDic.dic | 1 +
 ps-grammar/gprs/gprs.jsgf         | 8 ++++----
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/ps-grammar/dictionary/tobiDic.dic b/ps-grammar/dictionary/tobiDic.dic
index 05aa0ac8..29072b31 100644
--- a/ps-grammar/dictionary/tobiDic.dic
+++ b/ps-grammar/dictionary/tobiDic.dic
@@ -128250,6 +128250,7 @@ waste	W EY S T
 waste's	W EY S T S
 wastebasket	W EY S T B AE S K AH T
 wastebaskets	W EY S T B AE S K AH T S
+waste_bin	W EY S T B IH N
 wasted	W EY S T AH D
 wasted(2)	W EY S T IH D
 wasteful	W EY S T F AH L
diff --git a/ps-grammar/gprs/gprs.jsgf b/ps-grammar/gprs/gprs.jsgf
index a0bae54f..a39997a5 100644
--- a/ps-grammar/gprs/gprs.jsgf
+++ b/ps-grammar/gprs/gprs.jsgf
@@ -38,11 +38,11 @@ public <task> = [<robot_name>] [(would | could) you] [please] <command> [please]
 
 <second_location> = <appliance_class> | <shelf_class> | <seat_class> | <table_class> | <door_class> | door | seating | utensil | location | room | appliance | shelf | seat | table | somewhere | apartment | furniture;
 
-<appliance_class> = (coat rack) | kitchen_counter | fridge | bar;
-<shelf_class> = book_shelf | (food shelf);
+<appliance_class> = waste_bin | fridge | stove;
+<shelf_class> = bar | side_board | (right side_table) | (left side_table);
 <seat_class> = <seating_class>;
-<seating_class> = sofa | bed;
-<table_class> = kitchen_table | desk | side_table | couch_table | (bedroom table);
+<seating_class> = sofa | armchair | bed;
+<table_class> = kitchen_table | hallway_table | dinner_table | couch_table ;
 <door_class> = (room door);
 <room_class> = kitchen | living_room | bedroom | hallway;
 <utensil_class> = trash_bin;
-- 
GitLab