Skip to content
Snippets Groups Projects
Commit b7f244a1 authored by Christian Witte's avatar Christian Witte
Browse files

grammar modified

parent a0b70d5c
No related branches found
No related tags found
No related merge requests found
#JSGF V1.0; #JSGF V1.0;
grammar basicFunctionalities; grammar basicFunctionalities;
public <basicFunctionalities> = <question1> | <question2> | <question3> | <question4> | <question5> | <question6> | <question7> | <question8> | <question9> | <question10> | <startServing> | <stop>; public <basicFunctionalities> = <question1> | <question2> | <question3> | <question4> | <question5> | <question6> | <question7> | <question8> | <question9> | <question10> | <continue> | <stop>;
<startServing> = tobi continue; <continue> = tobi continue | continue;
<stop> = tobi stop; <stop> = tobi stop;
<dummy> = take | look; <dummy> = take | look;
<question1> = what time is it; <question1> = what time is it;
......
#JSGF V1.0;
grammar basicFunctionalities;
public <basicFunctionalities> = <question1> | <question2> | <question3> | <question4> | <question5> | <question6> | <question7> | <question8> | <question9> | <question10> | <startServing> | <stop>;
<startServing> = continue | tobi continue;
<stop> = tobi stop;
<dummy> = take | look;
<question1> = what time is it;
<question2> = what is your name;
<question3> = what is your teams name;
<question4> = what is the answer to the ultimate question about life the universe and everything;
<question5> = what is the capital of poland;
<question6> = which country grows the most potatoes;
<question7> = which country grew the first orange;
<question8> = how many countries are in europe;
<question9> = what is the oldest most widely used drug on earth;
<question10> = which fish can hold objects in its tail;
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