From 4b1274af43938d8df54d8d02fb0619654921def6 Mon Sep 17 00:00:00 2001 From: mholland <kharmening@techfak.uni-bielefeld.de> Date: Mon, 31 Mar 2014 17:31:23 +0200 Subject: [PATCH] names for zoo --- ps-grammar/dictionary/tobiDic.dic | 2 ++ ps-grammar/robotZoo/roboZoo.jsgf | 9 ++++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ps-grammar/dictionary/tobiDic.dic b/ps-grammar/dictionary/tobiDic.dic index 1d98464b..5a8774e1 100644 --- a/ps-grammar/dictionary/tobiDic.dic +++ b/ps-grammar/dictionary/tobiDic.dic @@ -83565,6 +83565,7 @@ nikolich N IH K AA L IH HH nikon N AY K AA N nikou N IY K UW nikovski N IH K AA F S K IY +niksa N IH K SH AH nil N IH L nila N IY L AH nilan N IY L AA N @@ -116164,6 +116165,7 @@ sucharski S AH K AA R S K IY suchecki S AH K EH K IY sucher S AH CH ER suchinda S UW CH IH N D AH +suchit S AH CH IY T suchocki S AH K AA K IY suchomel S AH K OW M EH L suchy S AH CH IY diff --git a/ps-grammar/robotZoo/roboZoo.jsgf b/ps-grammar/robotZoo/roboZoo.jsgf index cb0f6de0..1efda6c8 100644 --- a/ps-grammar/robotZoo/roboZoo.jsgf +++ b/ps-grammar/robotZoo/roboZoo.jsgf @@ -1,9 +1,16 @@ #JSGF V1.0; grammar ToBI_roboZoo; -public <statement> = [tobi] (<biron> | <andi> | <leon> | <kai> ) [tobi]; +public <statement> = [tobi] (<biron> | <andi> | <leon> | <kai> | <martin> | <christian> | <leroy> | <suchit> | <niksa> | <sven> | <sebastian> ) [tobi]; <biron> = biron; <andi> = andreas; <leon> = leon; <kai> = kai; +<sebastian> = sebastian; +<christian> = christian; +<martin> = martin; +<leroy> = leroy; +<suchit> = suchit; +<niksa> = niksa; +<sven> = sven; -- GitLab