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

fixed objectProp cases in grammar

parent 9afe32fc
No related branches found
No related tags found
1 merge request!27Fixed obj prop
......@@ -59,7 +59,7 @@ public <sentence> = [could you | robot | tobi | tiago] [please] <command>;
<bringMeObj> = <V_bring> <NP_me> (<NP_object> | <NP_category>);
<bringMeObjFromPlcmt> = <V_bring> <NP_me> (<NP_object> | <NP_absobject>) <fromLocPrep> <NP_placement>;
<bringMeRelObjFromPlcmt> = <V_bring> <NP_me> <NP_relObject> <NP_object> <fromLocPrep> <NP_placement>;
<bringMeShapedObjFromPlcmt> = <V_bring> <NP_me> <NP_shapeObjectCat> <fromLocPrep> <NP_placement>;
<bringMeShapedObjFromPlcmt> = <V_bring> <NP_me> <NP_objectprop> (object | <NP_category>) <fromLocPrep> <NP_placement>;
<countObjOnPlcmt> = <V_count> (<NP_object> | <NP_category>) there are <placePrep> <NP_placement>;
......@@ -105,7 +105,6 @@ public <sentence> = [could you | robot | tobi | tiago] [please] <command>;
<arePrep> = are;
<absPrep> = (at the (left | right) of) | ((left | right) most);
<relPrep> = (at the (left | right)) of | (above | behind | under | (on top of));
<shape> = biggest | largest | smallest | heaviest | lightest | thinnest;
<V_take> = bring | take | get | grasp | (pick up);
<V_place> = put | place;
......
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