diff --git a/ps-grammar/commands/controlExecution.jsgf b/ps-grammar/commands/controlExecution.jsgf index fc73a10e8b1d8eaa1bc3a043bf34861d04803b49..58cbd9b794f8d211ec6dfb92cf8166776ba49f2c 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);