Skip to content
Snippets Groups Projects
review.jsgf 767 B
Newer Older
  • Learn to ignore specific revisions
  • #JSGF V1.0;
    grammar A4_inspection;
    
    Leon Ziegler's avatar
    Leon Ziegler committed
    public <review> = [tobi] [please] (<follow> | <observe> | <teach> | <locate> | <list> | <leave> | <continue> | <stop> ) [please] [tobi];
    
    Leon Ziegler's avatar
    Leon Ziegler committed
    <follow> = ( follow me [into the elevator] );
    
    Leon Ziegler's avatar
    Leon Ziegler committed
    <observe> = (start observing | observe | ([take a] look [(at this | here)] ));
    
    Leon Ziegler's avatar
    Leon Ziegler committed
    <leave> = leave;
    
    Leon Ziegler's avatar
    Leon Ziegler committed
    <continue> = continue;
    
    Leon Ziegler's avatar
    Leon Ziegler committed
    <stop> = (stop [it]);
    
    <teach> = ( (this is [a | an | the] ) | ( these are [the] ) ) <object>;
    
    Leon Ziegler's avatar
    Leon Ziegler committed
    <locate> = ( ( where is [a | an | the] ) | ( where are [the] ) ) ( <object> | <furniture> );
    <list> = ( which objects do you know ) | ( list [the] objects );
    <furniture> = [other] ( shelf | cupboard | table | chair | armchair | sofa | stool | dresser | closet );
    
    Leon Ziegler's avatar
    Leon Ziegler committed
    <object> = [other] ( pringles | coffee | crackers | biscuits | milk  );