Skip to content
Snippets Groups Projects
Commit 97b90cdd authored by Jan Patrick Nülle's avatar Jan Patrick Nülle
Browse files

change config and repaired confirm grammar

parent 37a39a3d
No related branches found
No related tags found
No related merge requests found
[main]
startdb=50;
uttdb=55;
startdb=45;
uttdb=49;
silence=400;
timeout=8;
openDeviceDirectly=yes;
......
......@@ -2,9 +2,9 @@
grammar ToBI_confirm;
public <confirm> = <confirm_yes> | <confirm_no>;
<confirm_yes> = <robot> <yes_words>;
<confirm_no> = <robot> <no_words>;
<confirm_yes> = [<robot>] <yes_words>;
<confirm_no> = [<robot>] <no_words>;
<yes_words> = (yes) | (confirmed);
<no_words> = (no);
<robot> = (tobi) | (robot) | (biron) | (pepper);
<robot> = (tobi) | (robot) | (biron) | (pepper) | (meka);
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