From 4eeff422abcf9955063c6999ed5515a7e7f80d72 Mon Sep 17 00:00:00 2001 From: "jonas.zilke" <jonas.zilke@uni-bielefeld.de> Date: Thu, 24 Aug 2023 10:50:02 +0200 Subject: [PATCH] remove objects from grammar --- psGrammar/demos/bringObject.jsgf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psGrammar/demos/bringObject.jsgf b/psGrammar/demos/bringObject.jsgf index 130a2b9d..c777024e 100644 --- a/psGrammar/demos/bringObject.jsgf +++ b/psGrammar/demos/bringObject.jsgf @@ -4,4 +4,4 @@ grammar bringObject; public <command> = [please] <bring> [me] [the | a] <object>; <bring> = bring | hand | give; -<object> = sponge | cleanser | (red wine) | (juice pack) | (cola) | (tropical juice) | (milk) | (iced tea) | (orange juice) | (tuna) | (tomato soup) | spam | mustard | (strawberry jello) | (chocolate jello) | (coffee grounds) | sugar | pear | plum | peach | lemon | orange | strawberry | banana | apple | (tennis ball) | (soccer ball) | (rubiks cube) | dice | baseball | pringles | cornflakes | cheezit | spoon | plate | cup | fork | bowl | knife; +<object> = mustard | peach | orange | banana | apple | pringles | cheezit | cup | bowl; -- GitLab