| NP V |
| example |
"The princess curtseyed."
|
| syntax |
Agent V
|
| 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)
|
| force dynamics | Self-volitional Internal FD Representation |
| NP V PP.recipient |
| example |
"The princess curtseyed to the queen."
|
| syntax |
Agent V {{+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)
|
| force dynamics | m-placeholder m-placeholder m-placeholder FD Representation |
| NP V NP |
| example |
"The princess curtseyed her assent."
|
| syntax |
Agent V 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)
|
| force dynamics | s-placeholder s-placeholder s-placeholder FD Representation |
| NP V NP PP.recipient |
| example |
"The princess curtsied her assent to the queen."
|
| syntax |
Agent V Topic {to} 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)
|
| force dynamics | s-placeholder s-placeholder s-placeholder FD Representation |
|