From e4bc34657a491d3aa76c610e6120d9753230f4e5 Mon Sep 17 00:00:00 2001 From: Leon Ziegler <lziegler@techfak.uni-bielefeld.de> Date: Thu, 4 Sep 2014 17:20:43 +0200 Subject: [PATCH] added "again" command to control execution grammar --- ps-grammar/commands/controlExecution.jsgf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ps-grammar/commands/controlExecution.jsgf b/ps-grammar/commands/controlExecution.jsgf index fc73a10e..58cbd9b7 100644 --- a/ps-grammar/commands/controlExecution.jsgf +++ b/ps-grammar/commands/controlExecution.jsgf @@ -2,7 +2,8 @@ grammar ToBI_shellgame; public <statement> = [tobi] [please] <command> [please] [tobi]; -<command> = <stop> | <continue>| <leave>; +<command> = <stop> | <continue>| <leave> | <again>; <stop> = (stop it) | stop | cancel; <leave> = leave | finish | (go back) | (we are done) | (lets call it a day); <continue> = continue | proceed; +<again> = (try again); -- GitLab