Skip to content
Snippets Groups Projects
Commit 72dac7d6 authored by Jonas Zilke's avatar Jonas Zilke
Browse files

trimmed confirmation grammar

parent 8897b9da
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,6 @@ public <confirm> = <confirm_yes> | <confirm_no>;
<confirm_yes> = <robot> <yes_words>;
<confirm_no> = <robot> <no_words>;
<yes_words> = (yes) | (confirmed);
<yes_words> = (yes);
<no_words> = (no);
<robot> = (tobi) | (robot) | (biron) | (pepper) | (tiago);
<robot> = (tiago);
#JSGF V1.0;
grammar ToBI_confirm;
public <confirm> = <confirm_yes> | <confirm_no>;
<confirm_yes> = <robot> <yes_words>;
<confirm_no> = <robot> <no_words>;
<yes_words> = (yes) | (confirmed);
<no_words> = (no);
<robot> = (tobi) | (robot) | (biron) | (pepper) | (tiago);
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