From 30f88b851ef1e8bea01b2d96965fcecb1b3a8025 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnes=20Minareci?= <gminareci@techfak.uni-bielefeld.de> Date: Wed, 1 May 2013 15:29:53 +0200 Subject: [PATCH] ToBI_GPR_new leichte fehler beseitigt --- isr-grammar/english/ToBI_GPR/ToBI_GPR_new.grm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/isr-grammar/english/ToBI_GPR/ToBI_GPR_new.grm b/isr-grammar/english/ToBI_GPR/ToBI_GPR_new.grm index a030b926..6c1a7d1a 100644 --- a/isr-grammar/english/ToBI_GPR/ToBI_GPR_new.grm +++ b/isr-grammar/english/ToBI_GPR/ToBI_GPR_new.grm @@ -26,7 +26,7 @@ $find_command: $findVerb $grm_article $grep_object in $grm_article $location $findVerb $grm_article $grep_object; $leave_command: $leaveVerb $grm_article $room_class; $put_command: $putVerb $grm_article $grep_object $on_in $grm_article $location; -$go_command: $goVerb $to_into $location; +$go_command: $goVerb $to_into $grm_article $location; $follow_command: $followVerb $person; $learn_person_command: $learnVerb $person; $stop_command: $stopVerb; @@ -39,9 +39,9 @@ $person_name: James | John | Robert | Michael | William | David | Richard $personal_pronoun: him | her | me | it; -$grm_article: a | the; -$to_into: in | into; -$on_in: on | in; +$grm_article: a | the; +$to_into: to | into; +$on_in: on | in; $praeposition: from | to ; $bringVerb: bring; -- GitLab