NP V NP |
example |
"Carol cut the bread."
|
syntax |
Agent V Patient
|
semantics |
cause(Agent, E)
manner(during(E), Motion, Agent)
contact(during(E), ?Instrument, Patient)
degradation_material_integrity(result(E), Patient)
|
NP V NP PP.instrument |
example |
"Carol cut the bread with a knife."
|
syntax |
Agent V Patient {with} Instrument
|
semantics |
cause(Agent, E)
manner(during(E), Motion, Agent)
contact(during(E), Instrument, Patient)
degradation_material_integrity(result(E), Patient)
use(during(E), Agent, Instrument)
|
NP V PP |
example |
"Carol cut at the bread."
|
syntax |
Agent V (at) Patient
|
semantics |
cause(Agent, E)
manner(during(E), Motion, Agent)
contact(during(E), ?Instrument, Patient)
|
NP V PP PP |
example |
"Carol cut at the bread with a knife."
|
syntax |
Agent V (at) Patient {with} Instrument
|
semantics |
cause(Agent, E)
manner(during(E), Motion, Agent)
contact(during(E), Instrument, Patient)
use(during(E), Agent, Instrument)
|
NP V ADVP-Middle |
example |
"The bread cuts easily."
|
syntax |
Patient V ADV
|
semantics |
property(Patient, Prop)
Adv(Prop)
|
NP.instrument V NP |
example |
"The knife cut the bread."
|
syntax |
Instrument V Patient
|
semantics |
contact(during(E), Instrument, Patient)
degradation_material_integrity(result(E), Patient)
|
NP.instrument V ADVP |
example |
"This knife cuts well."
|
syntax |
Instrument V ADV
|
semantics |
property(Instrument, Prop)
Adv(Prop)
|
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)
Pred(result(E), Patient)
|
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)
Pred(result(E), Patient)
use(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)
Pred(result(E), Patient)
|
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)
Pred(result(E), Patient)
use(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)
Pred(result(E), Patient)
|
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)
Pred(result(E), Patient)
|
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)
Pred(result(E), Patient)
cause(E, Agent)
Prep(E, Patient, Source)
|
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)
use(during(E), Agent, Instrument)
degradation_material_integrity(result(E), Patient)
cause(E, Agent)
Prep(E, Patient, Source)
|
|