NP V NP |
example |
"Jennifer craned her neck."
|
syntax |
Agent V Patient
|
semantics |
path_rel(start(E), Source, Topic, tr_of_info, prep)
path_rel(end(E), Recipient, Topic, tr_of_info, prep)
transfer(during(E), Agent, Recipient, Topic)
equals(Source, Agent)
cause(Agent, E)
body_motion(during(E), Patient)
|
NP V NP PP.recipient |
example |
"Jennifer wagged her finger at the naughty child."
|
syntax |
Agent V Patient {{+dest_dir}} Recipient
|
semantics |
path_rel(start(E), Source, Topic, tr_of_info, prep)
path_rel(end(E), Recipient, Topic, tr_of_info, prep)
transfer(during(E), Agent, Recipient, Topic)
equals(Source, Agent)
cause(Agent, E)
body_motion(during(E), Patient)
|
NP V NP PP.recipient PP.theme |
example |
"Jennifer wagged her finger at the naughty child in disapproval."
|
syntax |
Agent V Patient {{+dest_dir}} Recipient {in} Topic
|
semantics |
path_rel(start(E), Source, Topic, tr_of_info, prep)
path_rel(end(E), Recipient, Topic, tr_of_info, prep)
transfer(during(E), Agent, Recipient, Topic)
equals(Source, Agent)
cause(Agent, E)
body_motion(during(E), Patient)
|
|