From 08e2944192c5cfb4378063f245fe5a020829faa6 Mon Sep 17 00:00:00 2001 From: mholland <mholland@techfak.Uni-Bielefeld.DE> Date: Thu, 13 Mar 2014 12:53:26 +0100 Subject: [PATCH] changed robozoo grammar --- ps-grammar/robotZoo/roboZoo.jsgf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ps-grammar/robotZoo/roboZoo.jsgf b/ps-grammar/robotZoo/roboZoo.jsgf index a05f807b..cb0f6de0 100644 --- a/ps-grammar/robotZoo/roboZoo.jsgf +++ b/ps-grammar/robotZoo/roboZoo.jsgf @@ -4,6 +4,6 @@ grammar ToBI_roboZoo; public <statement> = [tobi] (<biron> | <andi> | <leon> | <kai> ) [tobi]; <biron> = biron; -<andi> = andi | andreas; +<andi> = andreas; <leon> = leon; <kai> = kai; -- GitLab