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

adds V_count for better parsing

parent 6ad95346
No related branches found
No related tags found
No related merge requests found
......@@ -32,9 +32,9 @@ public <sentence> = ([could you | robot | tobi] [please] <VP1> [([and|then] <VP2
<meetPrsAtBeac> = <V_meet> <NP_name> <atLocPrep> <NP_beacon>;
<followPrsToRoom> = <V_follow> <NP_personalpron> <toLocPrep> <NP_room>;
<guidePrsToBeacon> = <V_guide> <NP_personalpron> <toLocPrep> <NP_beacon>;
<tellNoObjOnPlcmt> = <V_tell> me how many (<NP_object> | <NP_category>) there are <placePrep> <NP_placement>;
<tellNoObjOnPlcmt> = <V_count> (<NP_object> | <NP_category>) there are <placePrep> <NP_placement>;
<tellPrsInfoInLoc> = <V_tell> me <NP_personinfo> of the person <LocPrep> (<NP_room> | <NP_beacon>);
<tellNoPrsInRoom> = <V_tell> me how many people in <NP_room> <arePrep> (<NP_pose> | <NP_genderpersonplural>);
<tellNoPrsInRoom> = <V_count> people in <NP_room> <arePrep> (<NP_pose> | <NP_genderpersonplural>);
<tellObjPropOnPlcmt> = <V_tell> me ((what is) | whats) <NP_objectprop> object <onLocPrep> <NP_placement>;
......@@ -62,6 +62,7 @@ public <sentence> = ([could you | robot | tobi] [please] <VP1> [([and|then] <VP2
<V_meet> = meet;
<V_guide> = guide | escort | take | lead | accompany;
<V_tell> = tell;
<V_count> = tell me how many;
<NP_object> = (the <N_object>) | (a <N_object>) | (an <N_object>) | (<N_object>);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment