Forked from
CLF / Robocup / Pocketsphinx Configs
1391 commits behind the upstream repository.
-
Leon Ziegler authoredLeon Ziegler authored
kharmening.jsgf 254 B
#JSGF V1.0;
grammar kharmening;
public <statement> = <start_tobi> | <start_biron>
<start_tobi> = tobi <tobi_say>;
<start_biron> = biron <biron_say>;
<tobi_say> = <sink> | <joke>;
<biron_say> = <joke>;
<sink> = go to the sink;
<joke> = tell me a joke;