Skip to content
Snippets Groups Projects
Commit 1da69698 authored by Leon Ziegler's avatar Leon Ziegler
Browse files

added continue to sfb

parent b55453f8
No related branches found
No related tags found
No related merge requests found
#JSGF V1.0; #JSGF V1.0;
grammar A4_inspection; grammar A4_inspection;
public <review> = [tobi] [please] (<follow> | <observe> | <teach> | <locate> | <list> | <leave> | <stop> ) [please] [tobi]; public <review> = [tobi] [please] (<follow> | <observe> | <teach> | <locate> | <list> | <leave> | <continue> | <stop> ) [please] [tobi];
<follow> = ( follow me [into the elevator] ) | (observe) | (watch) ; <follow> = ( follow me [into the elevator] ) | (observe) | (watch) ;
<observe> = (start observing | ([take a] look [(at this | here)])); <observe> = (start observing | ([take a] look [(at this | here)]));
<leave> = leave; <leave> = leave;
<continue> = continue;
<stop> = (stop [observing | it]); <stop> = (stop [observing | it]);
<teach> = ( (this is [a | an | the] ) | ( these are [the] ) ) <object>; <teach> = ( (this is [a | an | the] ) | ( these are [the] ) ) <object>;
<locate> = ( ( where is [a | an | the] ) | ( where are [the] ) ) ( <object> | <furniture> ); <locate> = ( ( where is [a | an | the] ) | ( where are [the] ) ) ( <object> | <furniture> );
......
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