diff --git a/psGrammar/tasks/gpsr/gpsr_Narrow.jsgf b/psGrammar/tasks/gpsr/gpsr_Narrow.jsgf index a2155f4e4351c3796c0f13a4622633e70802678a..ebac1b13f4194c91b6853bc46f175db9b46b30f8 100644 --- a/psGrammar/tasks/gpsr/gpsr_Narrow.jsgf +++ b/psGrammar/tasks/gpsr/gpsr_Narrow.jsgf @@ -8,8 +8,6 @@ public <sentence> = ([tobi | biron] <VP1> [([and|then] <VP2>)] [([and|then] <VP3 <VP2> = (<VP_tritrans> | <VP_bitrans> | <VP_trans> ); <VP3> = (<VP_tritrans> | <VP_bitrans> | <VP_trans> ); -<VP_repeat> = (and <VP> [<VP_repeat>]) | (then <VP> [<VP_repeat>]) | (<VP> [<VP_repeat>]); - <VP_trans> = <findObj> | <findPrs> | <followPrs> | <gotoLoc> | <speakInfo> | <answer>; <VP_bitrans> = <deliverObjToLoc> | <deliverObjToPrs> | <findObjInLoc> | <findPrsInLoc> | <followPrsToLoc> | <takeObjFromLoc>; <VP_tritrans> = <deliverObjToPrsInLoc>; @@ -56,8 +54,8 @@ public <sentence> = ([tobi | biron] <VP1> [([and|then] <VP2>)] [([and|then] <VP3 <takePrep> = from | (which is in); -<N_personalpron> = her | him | his | me | them | their; +<N_personalpron> = her | him | his | them | their; <N_objectpron> = it; -<N_names> = (anna | beth | carmen | jennifer | jessica | kimberly | kristina | laura | mary | sarah | alfred | charles | daniel | james | john | luis | paul | richard | robert | steve | person |(calling person) ); +<N_names> = (anna | beth | carmen | jennifer | jessica | kimberly | kristina | laura | mary | sarah | alfred | charles | daniel | james | john | luis | paul | richard | robert | steve | person |(calling person) | me); <N_talk> = (your name) | (the name of your team) | (the time) | (what time is it) | (the date) | (what day is today) | (what day is tomorrow) | (the day of the month) | (the day of the week); <N_answer> = (a question) | (question);