From 7e43f6fb904196bbc3c30dd05c2b1ab73fac39a2 Mon Sep 17 00:00:00 2001
From: jkummert <jkummert@techfak.uni-bielefeld.de>
Date: Wed, 23 Mar 2016 14:02:02 +0100
Subject: [PATCH] gpsr: me now a name

---
 psGrammar/tasks/gpsr/gpsr_Narrow.jsgf | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/psGrammar/tasks/gpsr/gpsr_Narrow.jsgf b/psGrammar/tasks/gpsr/gpsr_Narrow.jsgf
index a2155f4e..ebac1b13 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);
-- 
GitLab