-
Thorben Markmann authoredThorben Markmann authored
mvieth_grammar.jsgf 323 B
#JSGF V1.0;
grammar ToBI_mvieth_telljoke;
public <command> = <goto> | <telljoke> | <calculate>;
<goto> = <robot> go to the door;
<robot> = ( tobi | tiago );
<telljoke> = tobi tell me a joke;
<calculate> = <digit> ( plus | minus ) <digit>;
<digit> = ( zero | one | two | three | four | five | six | seven | eight | nine );