Skip to content
Snippets Groups Projects
Commit 9afe32fc authored by Linus Schwarz's avatar Linus Schwarz
Browse files

Flattened relPos and absPos

parent 1a44c6df
No related branches found
No related tags found
1 merge request!26Flattened relPos and absPos
...@@ -103,10 +103,8 @@ public <sentence> = [could you | robot | tobi | tiago] [please] <command>; ...@@ -103,10 +103,8 @@ public <sentence> = [could you | robot | tobi | tiago] [please] <command>;
<LocPrep> = in | at; <LocPrep> = in | at;
<onLocPrep> = on; <onLocPrep> = on;
<arePrep> = are; <arePrep> = are;
<absPrep> = <direction> most; <absPrep> = (at the (left | right) of) | ((left | right) most);
<relPrep> = (at the <direction> of ) | <position>; <relPrep> = (at the (left | right)) of | (above | behind | under | (on top of));
<direction> = left | right;
<position> = above | behind | under | (on top of);
<shape> = biggest | largest | smallest | heaviest | lightest | thinnest; <shape> = biggest | largest | smallest | heaviest | lightest | thinnest;
<V_take> = bring | take | get | grasp | (pick up); <V_take> = bring | take | get | grasp | (pick up);
......
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