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

bring from to command anders geloest

parent 92714ac6
No related branches found
No related tags found
No related merge requests found
#JSGF V1.0; #JSGF V1.0;
grammar ToBI_GPRS; grammar ToBI_GPRS;
public <task> = [tobi] [(would | could) you] [please] <command> | [(would | could) you] <command> [please] [tobi] | [tobi] [(would | could) you] <command> [please] | [(would | could) you] [please] <command> [tobi]; 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> | <put_command> | <learn_command> | <bring_from_to_command>;
<bring_command> = <bringVerb> [<person>] [<article>] <grab_object> [from | into | to] [<article>] [<location> | <person>]; <bring_command> = <bringVerb> [<person>] [<article>] <grab_object> [from | into | to] [<article>] [<location> | <person>] [(to|into) [<article>] <second_location>];
<bringFromTo_command> = <bringVerb> ([<article>] <grab_object> | this) from <location> [to | into] <second_location>;
<goto_command> = <gotoVerb> <preposition> <location>; <goto_command> = <gotoVerb> <preposition> <location>;
<follow_command> = <followVerb> <person>; <follow_command> = <followVerb> <person>;
<find_command> = <findVerb> [<article>] (<grab_object> | <person>) [in <location>]; <find_command> = <findVerb> [<article>] (<grab_object> | <person>) [in <location>];
......
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