From 71680bb2d5f032977b3d53cc8c8d18cc76cf3b83 Mon Sep 17 00:00:00 2001
From: Suchit Sharma <ssharma@techfak.uni-bielefeld.de>
Date: Sat, 12 Jul 2014 13:34:42 +0200
Subject: [PATCH] added some new words

---
 ps-grammar/gprs/gprs.jsgf | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ps-grammar/gprs/gprs.jsgf b/ps-grammar/gprs/gprs.jsgf
index a3e3407f..aa5b03b9 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> | <find_command> | <follow_command> | <cleanup_command> | <show_command>;
+<command> = <bring_command> | <goto_command> | <find_command> | <follow_command> | <cleanup_command> | <show_command> | <pointat_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>);
@@ -15,8 +15,8 @@ public <task> = [tobi] [(would | could) you] [please] <command> [please] [tobi];
 
 <bringVerb> = bring | carry | retrieve | fetch | get | give | put | attend | deliver | convey | gather | (pick up) | take | lead | grasp;
 <findVerb> = detect | find | (search [for]) | (check [for]) | acquire | attain | obtain | (look for);
-<pointatVerb> = (point at) | denote | direct | indicate | suggest;
-<showVerb> = show | demonstrate | present;
+<pointatVerb> = (point at) | denote | direct | indicate | suggest | show;
+<showVerb> = show | demonstrate | present | (point at) | denote | direct | indicate | suggest;
 <gotoVerb> = navigate | go | approach | move | run | travel | ride;
 <followVerb> = follow | chase | (come after);
 <learnVerb> = learn | remember | memorize | determine | gain | study | train;
-- 
GitLab