From 885f9dbdad143496b8ef927d0c248ea8ccc3275d Mon Sep 17 00:00:00 2001
From: Kevin <kgardeja@techfak.uni-bielefeld.de>
Date: Tue, 22 Mar 2016 13:55:58 +0100
Subject: [PATCH] gpsr: fixed bug in grammar

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

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