Skip to content
Snippets Groups Projects
Commit 889e80f2 authored by Janneke Simmering's avatar Janneke Simmering
Browse files

smal changes to fix eegpsr grammar

parent fa93b1e6
Branches
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ public <sentence> = [could you | robot | tobi] [please] <VP1>;
<VP_bitrans> = <accompanyPerAtLoc> | <followPerAtLoc> | <guideKidInRm> |<guidePerAtLoc> | <followNameAtLoc> | <followNameInRm> | <greetKidInRm> | <countPplDsc> | <greetNameInRm> | <greetGenDsc> | <countPplInRm> | <accompanyKidInRm> | <accompanyNameInRm> | <accompanyNameAtLoc> | <followKidInRm>;
<VP_tritrans> = <guidePerAtLocToLoc> | <describeToMePostAtLoc> | <describePostAtLocToMe> | <guideNameFromLoctoLoc> | <offerSmtToNameInRm> | <offerSmtToPplDsc> |<offerSmtToPplInRm> | <guideNameInRmToRm> | <greetGenColOut> | <greetGenDscInRm> | <meetNameAtLocThenFindInRm> | <countPplInRmDsc> | <countPplDscInRm> | <followGenDscInRm> | <accompanyKidInRmToRm> | <accompanyAppGenInRm> | <accompanyNameFromLoctoLoc> | <accompanyNameInRmToRm> | <accompanyPerAtLocToLoc> | <bringSmtToKidInRm> | <guideInRmToRm> | <guideAppGenInRm>;
<VP_tritrans> = <guidePerAtLocToLoc> | <describeToMePostAtLoc> | <describePostAtLocToMe> | <guideNameFromLoctoLoc> | <offerSmtToNameInRm> | <offerSmtToPplDsc> |<offerSmtToPplInRm> | <guideNameInRmToRm> | <greetGenColOut> | <greetGenDscInRm> | <meetNameAtLocThenFindInRm> | <countPplInRmDsc> | <countDscPplInRm> | <countPplDscInRm> | <followGenDscInRm> | <accompanyKidInRmToRm> | <accompanyAppGenInRm> | <accompanyNameFromLoctoLoc> | <accompanyNameInRmToRm> | <accompanyPerAtLocToLoc> | <bringSmtToKidInRm> | <guideInRmToRm> | <guideAppGenInRm>;
<VP_quatrans> = <describePostAtLocToPAtLoc> | <meetNameAtLocFindInRmLoc> | <guideGenColOutInRm> | <greetGenColOutInRm> | <bringSmtToGenDscInRm> | <followGenColOutInRm> | <guideAppGenInRmToRm> | <accompanyGenColOutInRm> | <accompanyAppGenInRmToRm> | <offerSmtToPplDscInRm>;
......@@ -36,14 +36,16 @@ public <sentence> = [could you | robot | tobi] [please] <VP1>;
<countPplDscInRm> = <V_count> <NP_genderagepersonplural> [are] (<NP_postureAdditional> | <NP_gestureAdditional> | (wearing | wear | dressed in) (<NP_outfitplural> |<NP_color>)) [there are] in the <NP_roomTwo>;
<countDscPplInRm> = <V_count> <NP_postureAdditional> <NP_genderagepersonplural> [there are] in the <NP_roomTwo>;
<describeToMePostAtLoc> = <V_describe> [to] <NP_meTwo> the <NP_poseperson> (at | in) the (<NP_room> | <NP_beacon>) [looks like];
<describeToMePostAtLoc> = <V_describe> [to] [<NP_meTwo>] the <NP_poseperson> (at | in) the (<NP_room> | <NP_beacon>) [looks like];
<describePostAtLocToMe> = <V_describe> [to] [me] the <NP_poseperson> (at | in) the (<NP_room> | <NP_beacon>) to <NP_meTwo>;
<describePostAtLocToPAtLoc> = <V_describe> [to] [me] the <NP_poseperson> (at | in) the (<NP_room> | <NP_beacon>) to the <NP_personTwo> at the <NP_beaconTwo>;
<offerSmtToPplInRm> = <V_offer> something to <NP_offer> to all the <NP_genderagepersonplural> in the <NP_room>;
<offerSmtToPplDscInRm> = <V_offer> something to <NP_offer> to all the (<NP_postureAdditional> | <NP_gestureAdditional>) <NP_genderagepersonplural> (wearing <NP_outfitplural> | wearing <NP_color> | dressed in <NP_color>) in the <NP_room>;
<offerSmtToDscPplInRm> = <V_offer> something to <NP_offer> to all the <NP_postureAdditional> <NP_genderagepersonplural> in the <NP_room>;
<offerSmtToPplDscInRm> = <V_offer> something to <NP_offer> to all the <NP_genderagepersonplural> ( <NP_gestureAdditional> | wearing <NP_outfitplural> | wearing <NP_color> | dressed in <NP_color>) in the <NP_room>;
<offerSmtToPplDsc> = <V_offer> something to <NP_offer> to all the <NP_genderagepersonplural> <NP_gestureAdditional>;
<offerSmtToNameInRm> = <V_offer> something to <NP_offer> to <NP_name> in the <NP_room>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment