From aabcb47bc4d7be81b0010d76de05ed689a799c96 Mon Sep 17 00:00:00 2001
From: Jonas Gerlach <jgerlach@techfak.uni-bielefeld.de>
Date: Tue, 22 Sep 2015 14:15:57 +0200
Subject: [PATCH] slightly improved finale grammar

---
 ps-grammar/finale/finale.jsgf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ps-grammar/finale/finale.jsgf b/ps-grammar/finale/finale.jsgf
index afaddebc..252c9e4d 100644
--- a/ps-grammar/finale/finale.jsgf
+++ b/ps-grammar/finale/finale.jsgf
@@ -7,6 +7,6 @@ public <basicFunctionalities> = <question1> | <question2> | <question3> | <yes>
 <no> = <tobi_no> | no;
 <tobi_yes> = tobi yes;
 <tobi_no> = tobi no;
-<question1> = [tobi] [please] have a look for the kids;
+<question1> = [tobi] [please] ( (have a look [after] [the] [kids])| (take a look [for] [the] [kids]) | (look for the kids) );
 <question2> = [tobi] [please] start looking [for] [the] [kids];
 <question3> = [tobi] [please] stop looking [for] [the] [kids];
-- 
GitLab