Skip to content
Snippets Groups Projects
basicFunctionalities.jsgf 835 B
Newer Older
  • Learn to ignore specific revisions
  • Christian Witte's avatar
    Christian Witte committed
    #JSGF V1.0;
    grammar basicFunctionalities;
    
    
    public <basicFunctionalities> = <question1> | <question2> | <question3> | <question4> | <question5> | <question6> | <question7> | <question8> | <question9> | <question10> | <startServing> | <stop>;
    
    Christian Witte's avatar
    Christian Witte committed
    <startServing> = tobi continue;
    
    Christian Witte's avatar
    Christian Witte committed
    <stop> = tobi stop;
    
    Christian Witte's avatar
    Christian Witte committed
    <dummy> = take | look;
    
    Christian Witte's avatar
    Christian Witte committed
    <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;
    
    Christian Witte's avatar
    Christian Witte committed
    <question8> = how many countries are in europe;
    
    Christian Witte's avatar
    Christian Witte committed
    <question9> = what is the oldest most widely used drug on earth;
    <question10> = which fish can hold objects in its tail;