From 7864cc984627f7f3d10bcc364296441bac091a83 Mon Sep 17 00:00:00 2001 From: tmarkmann <tmarkmann@techfak.uni-bielefeld.de> Date: Sat, 4 May 2019 12:40:00 +0200 Subject: [PATCH] Fix whereIsThis grammar --- psGrammar/tasks/whereIsThis/getLocation.jsgf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psGrammar/tasks/whereIsThis/getLocation.jsgf b/psGrammar/tasks/whereIsThis/getLocation.jsgf index b6145943..ba73e2f0 100644 --- a/psGrammar/tasks/whereIsThis/getLocation.jsgf +++ b/psGrammar/tasks/whereIsThis/getLocation.jsgf @@ -12,7 +12,7 @@ public <locationstring> = [<prefix>] <location> [<robot>]; <canyouhelp> = (can you help me find [the]); -<location> = ( (exit) | (entrance) | (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>); +<location> = ( (exit) | (entrance) | (tv_table) | (tv) | (sideboard) | (bookcase) | (left_armchair) | (right_armchair) | (coffee_table) | (couch) | (high_table) | (kitchen_table) | (dishwasher) | (kitchen_cabinet) | (desk) | (bedroom) | (side_table) | (cupboard) | (sofa) | (bar_table) | (living room) | (hallway) | (kitchen) | (bed) | (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)); -- GitLab