Skip to content
Snippets Groups Projects
Commit 30f88b85 authored by Günes Minareci's avatar Günes Minareci
Browse files

ToBI_GPR_new leichte fehler beseitigt

parent 58b63141
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ $find_command: $findVerb $grm_article $grep_object in $grm_article $location ...@@ -26,7 +26,7 @@ $find_command: $findVerb $grm_article $grep_object in $grm_article $location
$findVerb $grm_article $grep_object; $findVerb $grm_article $grep_object;
$leave_command: $leaveVerb $grm_article $room_class; $leave_command: $leaveVerb $grm_article $room_class;
$put_command: $putVerb $grm_article $grep_object $on_in $grm_article $location; $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; $follow_command: $followVerb $person;
$learn_person_command: $learnVerb $person; $learn_person_command: $learnVerb $person;
$stop_command: $stopVerb; $stop_command: $stopVerb;
...@@ -39,9 +39,9 @@ $person_name: James | John | Robert | Michael | William | David | Richard ...@@ -39,9 +39,9 @@ $person_name: James | John | Robert | Michael | William | David | Richard
$personal_pronoun: him | her | me | it; $personal_pronoun: him | her | me | it;
$grm_article: a | the; $grm_article: a | the;
$to_into: in | into; $to_into: to | into;
$on_in: on | in; $on_in: on | in;
$praeposition: from | to ; $praeposition: from | to ;
$bringVerb: bring; $bringVerb: bring;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment