From 9798db7b5612b4974c223f3b7feb4a9bfff215d9 Mon Sep 17 00:00:00 2001 From: Leroy Ruegemer <lruegeme@TechFak.Uni-Bielefeld.DE> Date: Thu, 18 Sep 2014 16:53:23 +0200 Subject: [PATCH] hc --- ps-grammar/homecoming/hc.jsgf | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ps-grammar/homecoming/hc.jsgf b/ps-grammar/homecoming/hc.jsgf index d57c0660..c857156b 100644 --- a/ps-grammar/homecoming/hc.jsgf +++ b/ps-grammar/homecoming/hc.jsgf @@ -1,11 +1,10 @@ #JSGF V1.0; grammar ToBI_Ask4Task; -public <statement> = [tobi] ( <learn> | <joke> | <introduce> ) [tobi]; +public <statement> = [tobi] ( <learn> | <introduce> ) [tobi]; -<learn> = (learn [the] bebots); -<joke> = [tell] [me] [a] ( joke | gag ); -<introduce> = (introduce [yourself] ); +<learn> = ( (learn | find | search ) [for] [the] (bebots | bebot) ) ; +<introduce> = (introduce [yourself] ) | (tell me [something] about you) | (who are you); -- GitLab