From 6a2f7d077c806a7b342b538ae6134d9081bb37c9 Mon Sep 17 00:00:00 2001 From: jpohlmeyer <jpohlmeyer@techfak.uni-bielefeld.de> Date: Thu, 18 Apr 2019 10:57:17 +0200 Subject: [PATCH] Remove bin 1 because it is not in the dictionary --- 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 7658b7ff..4f756129 100644 --- a/psGrammar/tasks/whereIsThis/getLocation.jsgf +++ b/psGrammar/tasks/whereIsThis/getLocation.jsgf @@ -12,6 +12,6 @@ public <locationstring> = [<prefix>] <location> [<robot>]; <canyouhelp> = (can you help me find [the]); -<location> = ( (sofa) | (comfy chair) | (shelf) | (bin 1) | (living room) | (kitchen) | (bin laden) | (dinner table) | (arena) ); +<location> = ( (sofa) | (comfy chair) | (shelf) | (living room) | (kitchen) | (bin laden) | (dinner table) | (arena) ); <robot> = (tobi) | (robot) | (biron) | (pepper); -- GitLab