Skip to content
Snippets Groups Projects
Commit a0b70d5c authored by mholland's avatar mholland
Browse files

zoo grammar

parent c8cd010f
Branches
Tags
No related merge requests found
#JSGF V1.0;
grammar ToBI_Ask4Task;
public <statement> = [tobi] ( <dance> | <joke> | <show> ) [tobi];
<dance> = dance;
<joke> = ( [tell] [me] [a] joke | gag );
<show> = ( [show] [me] team | show | teammember );
......@@ -3,7 +3,7 @@ grammar ToBI_roboZoo;
public <statement> = [tobi] (<biron> | <andi> | <leon> | <kai> | <martin> | <christian> | <leroy> | <suchit> | <niksa> | <sven> | <sebastian> | <timo> | <team>) [tobi];
<biron> = biron;
<biron> = ( biron | tobi );
<andi> = andreas;
<leon> = leon;
<kai> = kai;
......@@ -15,4 +15,4 @@ public <statement> = [tobi] (<biron> | <andi> | <leon> | <kai> | <martin> | <chr
<niksa> = niksa;
<sven> = sven;
<timo> = timo;
<team> = team | whole;
<team> = ( team | whole | everyone );
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment