From 252bc6f33b494ed8dd9a7c5aa67d2efb9e774dec Mon Sep 17 00:00:00 2001
From: Leroy Ruegemer <lruegeme@techfak.uni-bielefeld.de>
Date: Mon, 31 Mar 2014 18:22:09 +0200
Subject: [PATCH] gprs

---
 ps-grammar/gprs/gprs.jsgf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ps-grammar/gprs/gprs.jsgf b/ps-grammar/gprs/gprs.jsgf
index 3bb1e0bc..24aed0a9 100644
--- a/ps-grammar/gprs/gprs.jsgf
+++ b/ps-grammar/gprs/gprs.jsgf
@@ -2,7 +2,7 @@
 grammar ToBI_GPRS;
 public <task> = [tobi] [(would | could) you] [please] <command> [please] [tobi];
 
-<command> = <bring_command> | <goto_command> | <follow_command> | <find_command> | <pointat_command> | <learn_command> | <cleanup_command> | <show_command>;
+<command> = <bring_command> | <goto_command>;
 
 <bring_command> = (<bringVerb> [<person>] [<article>] <grab_object> [<preposition> [<article>] <location>] [(to|into) [<article>] <second_location>]) | (<bringVerb> [<article>] <person> <preposition> <article> <location>);
 <goto_command> = <gotoVerb> <preposition> ([<article>] <location>);
-- 
GitLab