From e28e9048da65ea094a2eb663b8c50087f11a43fa Mon Sep 17 00:00:00 2001 From: mholland <kharmening@techfak.uni-bielefeld.de> Date: Tue, 1 Apr 2014 15:36:40 +0200 Subject: [PATCH] added names to zoo grammar --- ps-grammar/robotZoo/roboZoo.jsgf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ps-grammar/robotZoo/roboZoo.jsgf b/ps-grammar/robotZoo/roboZoo.jsgf index 1efda6c8..c8f2bef5 100644 --- a/ps-grammar/robotZoo/roboZoo.jsgf +++ b/ps-grammar/robotZoo/roboZoo.jsgf @@ -1,7 +1,7 @@ #JSGF V1.0; grammar ToBI_roboZoo; -public <statement> = [tobi] (<biron> | <andi> | <leon> | <kai> | <martin> | <christian> | <leroy> | <suchit> | <niksa> | <sven> | <sebastian> ) [tobi]; +public <statement> = [tobi] (<biron> | <andi> | <leon> | <kai> | <martin> | <christian> | <leroy> | <suchit> | <niksa> | <sven> | <sebastian> | <timo> ) [tobi]; <biron> = biron; <andi> = andreas; @@ -14,3 +14,4 @@ public <statement> = [tobi] (<biron> | <andi> | <leon> | <kai> | <martin> | <chr <suchit> = suchit; <niksa> = niksa; <sven> = sven; +<timo> = timo; -- GitLab