diff --git a/psGrammar/tasks/gpsr/eegpsr2.jsgf b/psGrammar/tasks/gpsr/eegpsr2.jsgf index 1e0fbff9ad0324329d8c8af54c9b505db4e78299..5cc0cf388d1a258df71cb7f85dcd9c44c5df6653 100644 --- a/psGrammar/tasks/gpsr/eegpsr2.jsgf +++ b/psGrammar/tasks/gpsr/eegpsr2.jsgf @@ -28,11 +28,11 @@ public <sentence> = [could you | robot | tobi] [please] <VP1>; <meetNameAtLocFindInRmLoc> = <V_remember> <NP_name> (at | in) the (<NP_room> | <NP_beacon>) then (greet | find) (it | him | her) in the <NP_roomTwo> <NP_beaconTwo>; <countPpl> = <V_count> <NP_genderagepersonplural> there are; -<countPplDsc> = <V_count> <NP_genderagepersonplural> [are] (<NP_postureAdditional> | <NP_gestureAdditional> | wearing <NP_outfitplural> | wear <NP_outfitplural> | dressed in <NP_outfitplural> | wearing <NP_color> | wear <NP_color> | dressed in <NP_color>); +<countPplDsc> = <V_count> <NP_genderagepersonplural> [are] (<NP_postureAdditional> | <NP_gestureAdditional> | wearing <NP_outfitplural> | wear <NP_outfitplural> | dressed in <NP_outfitplural> | wearing <NP_color> | wear <NP_color> | dressed in <NP_color>) [there are]; <countPplInRm> = <V_count> <NP_genderagepersonplural> [there are] in the <NP_room>; -<countPplInRmDsc> = <V_count> <NP_genderagepersonplural> [there are] in the <NP_room> are (<NP_postureAdditional> | <NP_gestureAdditional> | (wearing | wear | dressed in) (<NP_outfitplural> |<NP_color>)); +<countPplInRmDsc> = <V_count> <NP_genderagepersonplural> [there are] in the <NP_room> are (<NP_postureAdditional> | <NP_gestureAdditional> | (wearing <NP_outfitplural> | wear <NP_outfitplural> | dressed in <NP_outfitplural> | wearing <NP_color> | wear <NP_color> | dressed in <NP_color>); <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>;