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

gprs grammar mit clean up

parent e2092b90
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@ public <task> = [tobi] [(would | could) you] [please] <command> [please] [tobi];
<find_command> = <findVerb> [<article>] (<grab_object> | <person>) [in <location>];
<put_command> = <putVerb> <grab_object> <preposition> <location>;
<learn_command> = <learnVerb> [<article>] (<person> | <location>);
<cleanUp_command> = <cleanUpVerb> <article> <room_class>;
<bringVerb> = bring | carry | retrieve | fetch | get | give;
<findVerb> = find | search [for];
......@@ -17,6 +18,7 @@ public <task> = [tobi] [(would | could) you] [please] <command> [please] [tobi];
<gotoVerb> = go;
<followVerb> = follow;
<learnVerb> = learn | remember | memorize;
<cleanUpVerb> = clean up | tidy up;
<person> = someone | <personal_pronoun> | <person_name> | (person | man | woman | guy | girl | boy | human | robot);
<personal_pronoun> = him | her | me;
......
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