Skip to content
Snippets Groups Projects
Commit 92f9994b authored by Leon Ziegler's avatar Leon Ziegler
Browse files

bebot demo teaching

parent 576a3770
No related branches found
No related tags found
No related merge requests found
#JSGF V1.0; #JSGF V1.0;
grammar bebot_demo; grammar bebot_demo;
public <statement> = [tobi] [please] <command> [please] [tobi]; public <statement> = [tobi] [please] ( <command> | <teach> ) [please] [tobi];
<command> = <clean> | <party>; <command> = <clean> | <party>;
<clean> = clean up | start cleaning; <clean> = clean up | start cleaning;
<party> = [the] party starts | party beginning; <party> = [the] party starts | party beginning;
<teach> = ( (this is [a | an | the] ) | ( these are [the] ) ) <object>;
<object> = [other] ( trashbin );
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment