Skip to content
Snippets Groups Projects
Forked from CLF / Robocup / Pocketsphinx Configs
1463 commits behind the upstream repository.
confirm.jsgf 168 B
#JSGF V1.0;
grammar ToBI_confirm;
public <confirm> = [tobi] (<confirm_yes> | <confirm_no>) [tobi];
<confirm_yes> =  [please] yes [please];
<confirm_no> = no [thanks];