diff --git a/isr-grammar/english/ToBI_GPR/ToBI_GPR_new.grm b/isr-grammar/english/ToBI_GPR/ToBI_GPR_new.grm index a030b926dc6e17e52578fea721d06437fd1b43fe..6c1a7d1ac7ba10edbb57b540749e3f6a1e9dd5cd 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;