From 070b4093f1c9d7ed23745271804fd55009092344 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?G=C3=BCnes=20Minareci?= <gminareci@techfak.uni-bielefeld.de>
Date: Wed, 26 Jun 2013 20:51:38 +0200
Subject: [PATCH] gprs grammar mit clean up

---
 pocketsphinxAdapter/grammar/gprs/gprs.jsgf | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pocketsphinxAdapter/grammar/gprs/gprs.jsgf b/pocketsphinxAdapter/grammar/gprs/gprs.jsgf
index f2cde85b..4dda2c6e 100644
--- a/pocketsphinxAdapter/grammar/gprs/gprs.jsgf
+++ b/pocketsphinxAdapter/grammar/gprs/gprs.jsgf
@@ -10,6 +10,7 @@ public <task> = [tobi] [(would | could) you] [please] <command> [please] [tobi];
 <find_command> = <findVerb> [<article>] (<grab_object> | <person>) [in <location>];
 <put_command> = <putVerb> <grab_object> <preposition> <location>;
 <learn_command> = <learnVerb> [<article>] (<person> | <location>);
+<cleanUp_command> = <cleanUpVerb> <article> <room_class>;
 
 <bringVerb> = bring | carry | retrieve | fetch | get | give;
 <findVerb> = find | search [for];
@@ -17,6 +18,7 @@ public <task> = [tobi] [(would | could) you] [please] <command> [please] [tobi];
 <gotoVerb> = go;
 <followVerb> = follow;
 <learnVerb> = learn | remember | memorize;
+<cleanUpVerb> = clean up | tidy up;
 
 <person> = someone | <personal_pronoun> | <person_name> | (person | man | woman | guy | girl | boy | human | robot);
 <personal_pronoun> = him | her | me;
-- 
GitLab