Skip to content
Snippets Groups Projects
Commit e27855b5 authored by pvonneumanncosel's avatar pvonneumanncosel
Browse files

changed name of personInfo rule to personattribute

parent 9f4389ff
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ public <sentence> = ([could you | robot | tobi] [please] <VP1> [([and|then] <V
<countObjOnPlcmt> = <V_count> (<NP_object> | <NP_category>) there are <placePrep> <NP_placement>;
<countPrsInRoom> = <V_count> people in <NP_room> <arePrep> (<NP_posture> | <NP_genderpersonplural>);
<tellPrsInfoInLoc> = <V_tell> me <NP_personinfo> of the person <LocPrep> (<NP_room> | <NP_beacon>);
<tellPrsInfoInLoc> = <V_tell> me <NP_personattribute> of the person <LocPrep> (<NP_room> | <NP_beacon>);
<tellObjPropOnPlcmt> = <V_tell> me ((what is) | whats) <NP_objectprop> object <onLocPrep> <NP_placement>;
<tellCatPropOnPlcmt> = <V_tell> me ((what is) | whats) <NP_objectprop> <NP_category> <onLocPrep> <NP_placement>;
......@@ -104,7 +104,7 @@ public <sentence> = ([could you | robot | tobi] [please] <VP1> [([and|then] <V
<NP_talk> = <N_talk>;
<NP_answer> = <N_answer>;
<NP_personalpron> = <N_personalpron>;
<NP_personinfo> = (the <N_personinfo>);
<NP_personattribute> = (the <N_personattribute>);
<NP_posture> = <N_posture>;
<N_objectpron> = it;
......@@ -117,7 +117,7 @@ public <sentence> = ([could you | robot | tobi] [please] <VP1> [([and|then] <V
<N_talk> = (something about yourself) | (the time) | (what day is (today | tomorrow)) | (your teams (name | country | affiliation)) | (the day of the (week | month)) | (a joke);
<N_answer> = (a question);
<N_personalpron> = them | her | him;
<N_personinfo> = name | gender | pose;
<N_personattribute> = name | gender | pose;
<N_posture> = sitting | standing | lying down;
<N_object> = basket | cereals | cloth | (coconut milk) | coke | cornflakes | noodles | orange (juice | drink) | peas | plate | pringles | red bowl | salt | soap | sponge | (tomato paste) | water;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment