NP V NP ADJP |
example |
"Carol cut the envelop open."
|
syntax |
Agent V Patient Result
|
semantics |
cause(Agent, E)
manner(during(E), Motion, Agent)
contact(during(E), Instrument, Patient)
degradation_material_integrity(result(E), Patient)
path_rel(start(E), Initial_State, Patient, ch_of_state, prep)
path_rel(result(E), Result, Patient, ch_of_state, prep)
|
NP V NP ADJP PP.instrument |
example |
"Carol cut the envelope open with the knife."
|
syntax |
Agent V Patient Result {with} Instrument
|
semantics |
cause(Agent, E)
manner(during(E), Motion, Agent)
contact(during(E), Instrument, Patient)
degradation_material_integrity(result(E), Patient)
path_rel(start(E), Initial_State, Patient, ch_of_state, prep)
path_rel(result(E), Result, Patient, ch_of_state, prep)
utilize(during(E), Agent, Instrument)
|
NP V NP PP.result |
example |
"Carol cut the envelope into pieces."
|
syntax |
Agent V Patient {to into} Result [+state]
|
semantics |
cause(Agent, E)
manner(during(E), Motion, Agent)
contact(during(E), Instrument, Patient)
degradation_material_integrity(result(E), Patient)
path_rel(start(E), Initial_State, Patient, ch_of_state, prep)
path_rel(result(E), Result, Patient, ch_of_state, prep)
|
NP V NP PP.result PP.instrument |
example |
"Carol cut the envelope into pieces with a knife."
|
syntax |
Agent V Patient {to into} Result [+state] {with} Instrument
|
semantics |
cause(Agent, E)
manner(during(E), Motion, Agent)
contact(during(E), Instrument, Patient)
degradation_material_integrity(result(E), Patient)
path_rel(start(E), Initial_State, Patient, ch_of_state, prep)
path_rel(result(E), Result, Patient, ch_of_state, prep)
utilize(during(E), Agent, Instrument)
|
NP V NP ADJP |
example |
"The knife cut the envelope open."
|
syntax |
Instrument V Patient Result
|
semantics |
manner(during(E), Motion, Agent)
contact(during(E), Instrument, Patient)
degradation_material_integrity(result(E), Patient)
path_rel(start(E), Initial_State, Patient, ch_of_state, prep)
path_rel(result(E), Result, Patient, ch_of_state, prep)
|
NP V NP PP.result |
example |
"The knife cut the envelope into pieces."
|
syntax |
Instrument V Patient {to into} Result [+state]
|
semantics |
manner(during(E), Motion, Agent)
contact(during(E), Instrument, Patient)
degradation_material_integrity(result(E), Patient)
path_rel(start(E), Initial_State, Patient, ch_of_state, prep)
path_rel(result(E), Result, Patient, ch_of_state, prep)
|
NP V NP PP.source |
example |
"Sympathetic fans clipped copies of Ms. Shere's recipes from magazines."
|
syntax |
Agent V Patient {from} Source
|
semantics |
manner(during(E), Motion, Agent)
contact(during(E), Instrument, Patient)
degradation_material_integrity(result(E), Patient)
path_rel(start(E), Source, Patient, ch_of_loc, prep)
path_rel(result(E), Goal, Patient, ch_of_loc, prep)
path_rel(start(E), Initial_State, Patient, ch_of_state, prep)
path_rel(result(E), Result, Patient, ch_of_state, prep)
cause(E, Agent)
|
NP V NP PP.source PP.instrument |
example |
"Susan cut the recipes from the magazine with a sharp knife."
|
syntax |
Agent V Patient {from} Source {with} Instrument
|
semantics |
manner(during(E), Motion, Agent)
contact(during(E), Instrument, Patient)
utilize(during(E), Agent, Instrument)
degradation_material_integrity(result(E), Patient)
cause(E, Agent)
path_rel(start(E), Source, Patient, ch_of_loc, prep)
path_rel(result(E), Goal, Patient, ch_of_loc, prep)
|
|