From 1da69698072a1fcabb4afb0846c52bf6859ec0b2 Mon Sep 17 00:00:00 2001
From: Leon Ziegler <lziegler@techfak.uni-bielefeld.de>
Date: Sun, 20 Jul 2014 22:40:59 -0300
Subject: [PATCH] added continue to sfb

---
 ps-grammar/sfb/review.jsgf | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ps-grammar/sfb/review.jsgf b/ps-grammar/sfb/review.jsgf
index 753d36d6..371ac41a 100644
--- a/ps-grammar/sfb/review.jsgf
+++ b/ps-grammar/sfb/review.jsgf
@@ -1,10 +1,11 @@
 #JSGF V1.0;
 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) ;
 <observe> = (start observing | ([take a] look [(at this | here)]));
 <leave> = leave;
+<continue> = continue;
 <stop> = (stop [observing | it]);
 <teach> = ( (this is [a | an | the] ) | ( these are [the] ) ) <object>;
 <locate> = ( ( where is [a | an | the] ) | ( where are [the] ) ) ( <object> | <furniture> );
-- 
GitLab