From 93a464e8eb608ca94d521b1c4083cb763615d913 Mon Sep 17 00:00:00 2001
From: Henri Neumann <hneumann@techfak.uni-bielefeld.de>
Date: Sat, 2 Apr 2016 15:15:28 +0200
Subject: [PATCH] gpsr grammar

---
 psGrammar/tasks/gpsr/gpsr2.jsgf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/psGrammar/tasks/gpsr/gpsr2.jsgf b/psGrammar/tasks/gpsr/gpsr2.jsgf
index b8c7aa2a..2fff02a3 100644
--- a/psGrammar/tasks/gpsr/gpsr2.jsgf
+++ b/psGrammar/tasks/gpsr/gpsr2.jsgf
@@ -57,7 +57,7 @@ public <sentence> = ([tobi | biron] <VP1> ([and|then] <VP2>) [([and|then] <VP3>)
 
 <N_class> = food | container | (cleaning stuff) | drink | candy ;
 <N_place> = (bedroom | chair |  fridge | bed | nightstand | closet | kitchen |(kitchen trashbin) | (kitchen counter) | sink | (hallway trashbin) | (tv stand) | livingroom | couch | sideboard | bookcase | (dinner table) | (dinner chair) | (dinner chairs));
-<N_object> = (apple | avocado | bowl | (chocolate sprinkles) | cloth | (dishwashing soap) | (kinder coke) | lemon | licorice | (little bananas) | macaroni | milk | (pineapple cookies) | paprika | plate | rice | smoothie | soap | sponge | (storage box) | (strawberry cookies) | tea | (toilet paper) | tuc | wafer | water| (<N_random_object> object) | (<N_random_object> thing) | (<N_random_object> box));
+<N_object> = (apple | avocado | bowl | (chocolate sprinkles) | cloth | (dishwashing soap) | (kinder coke) | lemon | licorice | (little bananas) | macaroni | milk | (pineapple cookies) | paprika | plate | rice | smoothie | soap | sponge | (storage box) | (strawberry cookies) | tea | (toilet paper) | tuc | wafer | water );
 
 <N_random_object> = (<color> | <shape> | <color> <shape> | <shape> <color> );
 <color> = (green | red | blue | black | white | yellow | purple | pink | brown | orange);
-- 
GitLab