NP V |
example |
"Susan was chitchatting."
|
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, Co-Agent, Topic)
equals(Co-Agent, Recipient)
equals(Agent, Source)
cause(Agent, E)
|
NP V PP.co-agent |
example |
"Susan chitchatted with Rachel."
|
syntax |
Agent V {with} Co-Agent
|
semantics |
path_rel(start(E), Source_i, Topic, tr_of_info, prep)
path_rel(start(E), Source_j, Topic, tr_of_info, prep)
path_rel(end(E), Recipient_i, Topic, tr_of_info, prep)
path_rel(end(E), Recipient_j, Topic, tr_of_info, prep)
transfer(during(E), Agent, Co-Agent, Topic)
transfer(during(E), Co-Agent, Agent, Topic)
equals(Co-Agent, Recipient_i)
equals(Co-Agent, Source_j)
equals(Agent, Source_i)
equals(Agent, Recipient_j)
cause(Agent, E)
|
NP V PP.co-agent PP.topic |
example |
"Susan chitchatted with Rachel about the problem."
|
syntax |
Agent V {with} Co-Agent {about} Topic
|
semantics |
path_rel(start(E), Source_i, Topic, tr_of_info, prep)
path_rel(start(E), Source_j, Topic, tr_of_info, prep)
path_rel(end(E), Recipient_i, Topic, tr_of_info, prep)
path_rel(end(E), Recipient_j, Topic, tr_of_info, prep)
transfer(during(E), Agent, Co-Agent, Topic)
transfer(during(E), Co-Agent, Agent, Topic)
equals(Co-Agent, Recipient_i)
equals(Co-Agent, Source_j)
equals(Agent, Source_i)
equals(Agent, Recipient_j)
cause(Agent, E)
|
NP V |
example |
"Susan and Rachel chitchatted."
|
syntax |
Agent <+plural> V
|
semantics |
path_rel(start(E), Source_i, Topic, tr_of_info, prep)
path_rel(start(E), Source_j, Topic, tr_of_info, prep)
path_rel(end(E), Recipient_i, Topic, tr_of_info, prep)
path_rel(end(E), Recipient_j, Topic, tr_of_info, prep)
transfer(during(E), Agent_i, Agent_j, Topic)
transfer(during(E), Agent_j, Agent_i, Topic)
equals(Agent_i, Source_i)
equals(Agent_j, Source_j)
equals(Agent_i, Recipient_j)
equals(Agent_j, Recipient_i)
|
NP V PP.topic PP.co-agent |
example |
"Susan chitchatted about the problem with Rachel."
|
syntax |
Agent V {about} Topic {with} Co-Agent
|
semantics |
path_rel(start(E), Source_i, Topic, tr_of_info, prep)
path_rel(start(E), Source_j, Topic, tr_of_info, prep)
path_rel(end(E), Recipient_i, Topic, tr_of_info, prep)
path_rel(end(E), Recipient_j, Topic, tr_of_info, prep)
transfer(during(E), Agent, Co-Agent, Topic)
transfer(during(E), Co-Agent, Agent, Topic)
equals(Agent, Source_i)
equals(Co-Agent, Source_j)
equals(Agent, Recipient_j)
equals(Co-Agent, Recipient_i)
cause(Agent, E)
|
NP V PP.topic |
example |
"Susan and Rachel chitchatted about matters of great import."
|
syntax |
Agent <+plural> V {about} Topic
|
semantics |
path_rel(start(E), Source_i, Topic, tr_of_info, prep)
path_rel(start(E), Source_j, Topic, tr_of_info, prep)
path_rel(end(E), Recipient_i, Topic, tr_of_info, prep)
path_rel(end(E), Recipient_j, Topic, tr_of_info, prep)
transfer(during(E), Agent, Agent, Topic)
equals(Agent, Source_i)
equals(Agent, Source_j)
equals(Agent, Recipient_j)
equals(Agent, Recipient_i)
cause(Agent, E)
|
NP V PP.topic |
example |
"Susan chitchatted about matters of great import."
|
syntax |
Agent V {about} Topic
|
semantics |
path_rel(start(E), Source_i, Topic, tr_of_info, prep)
path_rel(start(E), Source_j, Topic, tr_of_info, prep)
path_rel(end(E), Recipient_i, Topic, tr_of_info, prep)
path_rel(end(E), Recipient_j, Topic, tr_of_info, prep, prep)
transfer(during(E), Agent, Co-Agent, Topic)
transfer(during(E), Co-Agent, Agent, Topic)
equals(Agent, Source_i)
equals(Co-Agent, Source_j)
equals(Agent, Recipient_j)
equals(Co-Agent, Recipient_i)
cause(Agent, E)
|
|