From bd205e7944e9538a830533550447e63f572d34d0 Mon Sep 17 00:00:00 2001
From: jsimmering <jsimmering@techfak.uni-bielefeld.de>
Date: Fri, 1 Jun 2018 11:55:06 +0200
Subject: [PATCH] eegpsr change brackets

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

diff --git a/psGrammar/tasks/gpsr/eegpsr2.jsgf b/psGrammar/tasks/gpsr/eegpsr2.jsgf
index b01ec5c9..3a3868de 100644
--- a/psGrammar/tasks/gpsr/eegpsr2.jsgf
+++ b/psGrammar/tasks/gpsr/eegpsr2.jsgf
@@ -34,7 +34,7 @@ public <sentence> 		= [could you | robot | tobi] [please] <VP1>;
 
 <countPplInRmDsc>           	= <V_count> <NP_genderagepersonplural> [there are] in the <NP_room> are (<NP_postureAdditional> | <NP_gestureAdditional> | (wearing | wear | dressed in) (<NP_outfitplural> |<NP_color>));
 
-<countPplDscInRm>           	= <V_count> <NP_genderagepersonplural> [are] (<NP_postureAdditional> | <NP_gestureAdditional> | (wearing | wear | dressed in) (<NP_outfitplural> |<NP_color>)) [there are] in the <NP_roomTwo>;
+<countPplDscInRm>           	= <V_count> <NP_genderagepersonplural> [are] (<NP_postureAdditional> | <NP_gestureAdditional> | wearing <NP_outfitplural> | wearing <NP_color> | wear <NP_outfitplural> | wear <NP_color> | dressed in <NP_outfitplural> | dressed in <NP_color>) [there are] in the <NP_roomTwo>;
 
 <countDscPplInRm>           	= <V_count> <NP_postureAdditional> <NP_genderagepersonplural> [there are] in the <NP_roomTwo>;
 
-- 
GitLab