| |
| Members |
|
|
|
| Roles |
|
|
|
| Frames |
|
| NP V NP.topic |
| example |
"Ellen told a story."
|
| syntax |
Agent V Topic
|
| semantics |
path_rel(start(E), Source, Topic, ch_of_info, prep)
path_rel(end(E), Recipient, Topic, ch_of_info, prep)
transfer(during(E), Agent, Recipient, Topic)
equals(Agent, Source)
cause(Agent, E)
|
| NP V NP.topic PP.recipient |
| example |
"Ellen told a story to Helen."
|
| syntax |
Agent V Topic {to} Recipient
|
| semantics |
path_rel(start(E), Source, Topic, ch_of_info, prep)
path_rel(end(E), Recipient, Topic, ch_of_info, prep)
transfer(during(E), Agent, Recipient, Topic)
equals(Agent, Source)
cause(Agent, E)
|
| NP V NP.recipient NP.topic |
| example |
"Ellen told Helen a story."
"Ellen told me, 'Leave the room.'"
|
| syntax |
Agent V Recipient Topic
|
| semantics |
path_rel(start(E), Source, Topic, ch_of_info, prep)
path_rel(end(E), Recipient, Topic, ch_of_info, prep)
transfer(during(E), Agent, Recipient, Topic)
equals(Agent, Source)
cause(Agent, E)
|
| NP V NP PP.topic |
| example |
"Ellen told Helen about the situation."
|
| syntax |
Agent V Recipient {about} Topic
|
| semantics |
path_rel(start(E), Source, Topic, ch_of_info, prep)
path_rel(end(E), Recipient, Topic, ch_of_info, prep)
transfer(during(E), Agent, Recipient, Topic)
equals(Agent, Source)
cause(Agent, E)
|
| NP V NP.recipient how S_INF |
| example |
"Ellen told Helen how to avoid the crowd."
|
| syntax |
Agent V Recipient Topic <+wh_inf>
|
| semantics |
path_rel(start(E), Source, Topic, ch_of_info, prep)
path_rel(end(E), Recipient, Topic, ch_of_info, prep)
transfer(during(E), Agent, Recipient, Topic)
equals(Agent, Source)
cause(Agent, E)
|
| NP V NP.recipient S_INF |
| example |
"Ellen told Helen to come."
|
| syntax |
Agent V Recipient Topic <+oc_to_inf>
|
| semantics |
path_rel(start(E), Source, Topic, ch_of_info, prep)
path_rel(end(E), Recipient, Topic, ch_of_info, prep)
transfer(during(E), Agent, Recipient, Topic)
equals(Agent, Source)
cause(Agent, E)
|
|
|