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

gprs grammatik um synonyme und show erweitert

parent 9ef4d203
No related branches found
No related tags found
No related merge requests found
......@@ -2,23 +2,25 @@
grammar ToBI_GPRS;
public <task> = [tobi] [(would | could) you] [please] <command> [please] [tobi];
<command> = <bring_command> | <goto_command> | <follow_command> | <find_command> | <put_command> | <learn_command>;
<command> = <bring_command> | <goto_command> | <follow_command> | <find_command> | <pointAt_command> | <learn_command> | <show_command>;
<bring_command> = <bringVerb> [<person>] [<article>] <grab_object> <preposition> [<article>] [<location> | <person>] [(to|into) [<article>] <second_location>];
<goto_command> = <gotoVerb> [<further_preposition> | <preposition>] <location>;
<follow_command> = <followVerb> <person>;
<find_command> = <findVerb> [<article>] (<grab_object> | <person>) [in <location>];
<put_command> = <putVerb> <grab_object> [<further_preposition> | <preposition>] <location>;
<pointat_command> = <pointAtVerb> [<article>] <location>;
<learn_command> = <learnVerb> [<article>] (<person> | <location>);
<cleanUp_command> = <cleanUpVerb> <article> <room_class>;
<bringVerb> = bring | carry | retrieve | fetch | get | give;
<findVerb> = find | search [for];
<putVerb> = put;
<gotoVerb> = go;
<followVerb> = follow;
<learnVerb> = learn | remember | memorize;
<cleanUpVerb> = clean up | tidy up;
<cleanup_command> = <cleanUpVerb> <article> <room_class>;
<show_command> = <showVerb> [<person>] [<article>] [<grab_object>] | <showVerb> [<person>] [the (path|way) to] [<article>] <location>;
<bringVerb> = bring | carry | retrieve | fetch | get | give | put | attend | deliver | convey | gather | (pick up) | take;
<findVerb> = find | search [for] | check [for] | acquire | attain | obtain;
<pointAtVerb> = (point at) | denote | direct | indicate | suggest;
<showVerb> = show | demonstrate | present;
<gotoVerb> = go | approach | move | run | travel | ride;
<followVerb> = follow | chase | (come after);
<learnVerb> = learn | remember | memorize | determine | gain | study | train;
<cleanUpVerb> = (clean up) | (tidy up) | clear | (do up) | (straighten 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