Skip to content
Snippets Groups Projects
Commit 6e3a6f26 authored by Kai Konen's avatar Kai Konen
Browse files

added predefs

parent 33465bda
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ grammar questions; ...@@ -3,7 +3,7 @@ grammar questions;
public <question> = [(tobi | pepper | robot)] (<quest_predef>); public <question> = [(tobi | pepper | robot)] (<quest_predef>);
<quest_predef> = <predef1> | <predef2>; <quest_predef> = <predef1> | <predef2> | <predef3> | <predef4> | <predef5> | <predef6> | <predef7> | <predef8> | <predef9> | <predef10>;
<predef1> = what is [the] sy tech; <predef1> = what is [the] sy tech;
<predef2> = what can we see here today; <predef2> = what can we see here today;
<predef3> = who are you; <predef3> = who are you;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment