NP V |
example |
"The princess curtseyed."
|
syntax |
Agent V
|
semantics |
cause(Agent, E)
transfer_info(during(E), Agent, ?Recipient, ?Topic)
|
NP V PP.recipient |
example |
"The princess curtseyed to the queen."
|
syntax |
Agent V {{+dest_dir}} Recipient
|
semantics |
cause(Agent, E)
transfer_info(during(E), Agent, Recipient, ?Topic)
|
NP V NP |
example |
"The princess curtseyed her assent."
|
syntax |
Agent V Topic
|
semantics |
cause(Agent, E)
transfer_info(during(E), Agent, ?Recipient, Topic)
|
NP V NP PP.recipient |
example |
"The princess curtsied her assent to the queen."
|
syntax |
Agent V Topic {to} Recipient
|
semantics |
cause(Agent, E)
transfer_info(during(E), Agent, Recipient, Topic)
|
|