From 1905d9a6e2b242c2dff282689a3ac4d0b737bb76 Mon Sep 17 00:00:00 2001 From: gminareci <gminareci@techfak.uni-bielefeld.de> Date: Fri, 24 Apr 2015 14:36:00 +0200 Subject: [PATCH] gpsr grammar added desk --- ps-grammar/gpsr/gpsr.jsgf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ps-grammar/gpsr/gpsr.jsgf b/ps-grammar/gpsr/gpsr.jsgf index 550942ce..451ffc51 100644 --- a/ps-grammar/gpsr/gpsr.jsgf +++ b/ps-grammar/gpsr/gpsr.jsgf @@ -7,7 +7,7 @@ public <task> = <location_task> | <item_task> | <interact_task>; <location_task> = <nav_commands> [the] [<locations>] [<furniture>] [[(and | then)] <task>]; <nav_commands> = ((move | go | navigate) to) | (get into) | from | exit | leave; -<locations> = [the] (kitchen | bathroom | corridor); +<locations> = [the] (kitchen | bathroom | corridor | desk); <furniture> = shelf | ([dinner|kitchen] table) | bin | locker; -- GitLab