From 3a32b02d161367c596957d0a0298223304376e7f Mon Sep 17 00:00:00 2001
From: Leroy Ruegemer <lruegeme@techfak.uni-bielefeld.de>
Date: Thu, 13 Jun 2019 12:48:34 +0200
Subject: [PATCH] demoDynamic grammars

---
 psGrammar/confirm/confirm.jsgf | 2 +-
 psGrammar/demos/learning.jsgf  | 2 +-
 psGrammar/demos/listen.jsgf    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/psGrammar/confirm/confirm.jsgf b/psGrammar/confirm/confirm.jsgf
index c21f6f6d..b6948911 100644
--- a/psGrammar/confirm/confirm.jsgf
+++ b/psGrammar/confirm/confirm.jsgf
@@ -7,4 +7,4 @@ public <confirm> = <confirm_yes> | <confirm_no>;
 
 <yes_words> = (yes) | (confirmed);
 <no_words> = (no);
-<robot> = (tobi) | (robot) | (biron) | (pepper);
+<robot> = (tobi) | (robot) | (biron) | (pepper) | (tiago);
diff --git a/psGrammar/demos/learning.jsgf b/psGrammar/demos/learning.jsgf
index 97c57923..0f939e68 100644
--- a/psGrammar/demos/learning.jsgf
+++ b/psGrammar/demos/learning.jsgf
@@ -7,7 +7,7 @@ public <command> = [tobi] (<save> | <stop> );
 
 <save> = <pre> <NP_location>;
 <pre> = ([please] save) | (here is) | memorize;
-<location> = (table <numberOfTable>) | (shelf) | (bar) | (bin);
+<location> = (table <numberOfTable>) | (shelf) | (bar) | (bin) | (garbage collection);
 <numberOfTable> = (one | two | three | four | five | six | seven | eight | nine);
 
 <stop> = stop | (wait [here]);
diff --git a/psGrammar/demos/listen.jsgf b/psGrammar/demos/listen.jsgf
index 53848a0d..5b4bfff1 100644
--- a/psGrammar/demos/listen.jsgf
+++ b/psGrammar/demos/listen.jsgf
@@ -9,7 +9,7 @@ public <command> = [tobi] ( <goto> | <stop> );
 
 <NP_location> = ([the] <location>);
 
-<location> = (table <numberOfTable>) | shelf | bar;
+<location> = (table <numberOfTable>) | shelf | bar | bin;
 <numberOfTable> = (one | two | three | four | five | six | seven | eight | nine);
 
 
-- 
GitLab