NP V NP NP |
example |
"I promised him the house."
|
syntax |
Agent V Recipient Topic
|
semantics |
transfer_info(during(E), Agent, Recipient, Topic)
cause(Agent, E)
|
NP V NP that S |
example |
"I promised him that he would arrive in time."
|
syntax |
Agent V Recipient Topic <+that_comp>
|
semantics |
transfer_info(during(E), Agent, Recipient, Topic)
cause(Agent, E)
|
NP V S_ING |
example |
"I promised his getting the position."
|
syntax |
Agent V Topic <+possing>
|
semantics |
transfer_info(during(E), Agent, ?Recipient, Topic)
cause(Agent, E)
|
NP V PP.recipient that S |
example |
"I promised to him that he would arrive in time."
|
syntax |
Agent V {to} Recipient Topic <+that_comp>
|
semantics |
transfer_info(during(E), Agent, Recipient, Topic)
cause(Agent, E)
|
NP V that S |
example |
"I promised that I would come."
|
syntax |
Agent V Topic <+that_comp>
|
semantics |
transfer_info(during(E), Agent, ?Recipient, Topic)
cause(Agent, E)
|
|