diff --git a/ps-grammar/finale/finale.jsgf b/ps-grammar/finale/finale.jsgf index afaddebc4a33ccad89bbf160eb264f4ba343076a..252c9e4d024d49ae705b3c2446221aa7bd9ab432 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];