From 072f50e80915714b4bad5f28100e95345daf97ee Mon Sep 17 00:00:00 2001 From: Henri Neumann <hneumann@techfak.uni-bielefeld.de> Date: Sat, 2 Apr 2016 15:12:05 +0200 Subject: [PATCH] gpsr grammar --- psGrammar/tasks/gpsr/gpsr2.jsgf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psGrammar/tasks/gpsr/gpsr2.jsgf b/psGrammar/tasks/gpsr/gpsr2.jsgf index 11cde136..b8c7aa2a 100644 --- a/psGrammar/tasks/gpsr/gpsr2.jsgf +++ b/psGrammar/tasks/gpsr/gpsr2.jsgf @@ -1,7 +1,7 @@ #JSGF V1.0; grammar speechRecognition; -public <sentence> = ([tobi | biron] <VP1> [([and|then] <VP2>)] [([and|then] <VP3>)]); +public <sentence> = ([tobi | biron] <VP1> ([and|then] <VP2>) [([and|then] <VP3>)]); <VP1> = (<VP_tritrans> | <VP_bitrans> | <VP_trans> ); -- GitLab