Skip to content
Snippets Groups Projects
Forked from CLF / Robocup / Pocketsphinx Configs
1433 commits behind the upstream repository.
commands.jsgf 414 B
#JSGF V1.0;
grammar bebot_demo;
public <statement> = [tobi] [please] <command> [please] [tobi];

<command> =  <mapping> | <clean> | <party> | <teach>;
<clean> = (clean up) | (start cleaning);
<mapping> = ( start mapping );
<party> = ( [the] party starts) | (party beginning) | (party starting)  | (lets start the party);
<teach> = ( (this is [a | an | the] ) | ( these are [the] ) ) <object>;
<object> = trashbin;