From cf415fa1ccd490ddba7b67502b01fa00ff9139c7 Mon Sep 17 00:00:00 2001 From: lgraesner <lgraesner@techfak-uni-bielefeld.de> Date: Wed, 5 Jul 2023 19:50:26 +0200 Subject: [PATCH] the side tables are now a placement, in addition to a beacon --- psGrammar/tasks/gpsr/gpsr23.jsgf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/psGrammar/tasks/gpsr/gpsr23.jsgf b/psGrammar/tasks/gpsr/gpsr23.jsgf index 2af62409..43bbf4da 100644 --- a/psGrammar/tasks/gpsr/gpsr23.jsgf +++ b/psGrammar/tasks/gpsr/gpsr23.jsgf @@ -175,8 +175,8 @@ public <sentence> = [could you | robot | tobi | tiago] [please] <command>; <N_category> = containers | (cleaning supplies) | drinks | food | fruits | toys | snacks | dishes; <N_room> = kitchen | (living room) | bedroom | study; <N_roomTwo> = kitchen | (living room) | bedroom | study; -<N_placement> = (bedside table) | shelf | trashbin | dishwasher | kitchen table | pantry | cabinet | desk | (tv stand) | (storage rack) | (bookshelf); -<N_placementTwo> = (bedside table) | shelf | trashbin | dishwasher | kitchen table | pantry | cabinet | desk | (tv stand) | (storage rack) | (bookshelf); +<N_placement> = (bedside table) | shelf | trashbin | dishwasher | kitchen table | pantry | cabinet | desk | (tv stand) | (storage rack) | (bookshelf) | (side tables); +<N_placementTwo> = (bedside table) | shelf | trashbin | dishwasher | kitchen table | pantry | cabinet | desk | (tv stand) | (storage rack) | (bookshelf) | (side tables); <N_beacon> = (bedside table) | shelf | trashbin | dishwasher | kitchen table | pantry | cabinet | desk | (tv stand) | (storage rack) | (bookshelf) | bed | (potted plant) | chairs | refrigerator | sink | coatrack | armchair | (desk lamp) | lamp | (side tables) | (sofa) | exit | entrance; <N_beaconTwo> = (bedside table) | shelf | trashbin | dishwasher | kitchen table | pantry | cabinet | desk | (tv stand) | (storage rack) | (bookshelf) | bed | (potted plant) | chairs | refrigerator | sink | coatrack | armchair | (desk lamp) | lamp | (side tables) | (sofa) | exit | entrance; <N_name> = alex | charlie | elizabeth | francis | jennifer | linda | mary | patricia | james | john | michael | robert | robin | skyler | william; -- GitLab