Skip to content
Snippets Groups Projects
Commit 6f3f3386 authored by Leroy John Rügemer's avatar Leroy John Rügemer
Browse files

yesno

parent 53171edd
No related branches found
No related tags found
No related merge requests found
#JSGF V1.0; #JSGF V1.0;
grammar ToBI_confirm; grammar ToBI_confirm;
public <confirm> = [tobi] (<confirm_yes> | <confirm_no>) [tobi]; public <confirm> = [tobi] (<confirm_yes> | <confirm_no>) [tobi];
<confirm_yes> = ([please] yes [please]) | ([that is] correct); <confirm_yes> = (tobi yes);
<confirm_no> = ([that is] not correct) | (no [thanks]); <confirm_no> = (tobi no);
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