diff --git a/psGrammar/tasks/gpsr/eegpsr2.jsgf b/psGrammar/tasks/gpsr/eegpsr2.jsgf index b01ec5c91bf23ca42d37c977a75826eb7833226b..3a3868de7b43120cf80f7405a99d698fe68aac3c 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>;