NP V NP |
example |
"Paula swatted the fly."
|
syntax |
Agent V Patient
|
semantics |
cause(Agent, E)
manner(during(E), directedmotion, Agent)
not(contact(during(E), Agent, Patient))
manner(end(E), forceful, Agent)
contact(end(E), Agent, Patient)
|
NP V NP PP.instrument |
example |
"Paula swatted the fly with a dishcloth."
|
syntax |
Agent V Patient {with} Instrument
|
semantics |
cause(Agent, E)
manner(during(E), directedmotion, Instrument)
not(contact(during(E), Instrument, Patient))
manner(end(E), forceful, Instrument)
contact(end(E), Instrument, Patient)
use(during(E), Agent, Instrument)
|
NP V PP |
example |
"Paula swatted at the fly."
|
syntax |
Agent V (at) Patient
|
semantics |
cause(Agent, E)
manner(during(E), directedmotion, Agent)
not(contact(during(E), Agent, Patient))
|
NP V PP PP |
example |
"Paula swatted at the fly with a dishcloth."
|
syntax |
Agent V (at) Patient {with} Instrument
|
semantics |
cause(Agent, E)
manner(during(E), directedmotion, Instrument)
not(contact(during(E), Instrument, Patient))
use(during(E), Agent, Instrument)
|
NP V NP ADJP |
example |
"Paula sliced the bag open."
|
syntax |
Agent V Patient Result
|
semantics |
cause(Agent, E)
manner(during(E), directedmotion, Agent)
not(contact(during(E), Agent, Patient))
manner(end(E), forceful, Agent)
contact(end(E), Agent, Patient)
Pred(result(E), Patient)
|
NP V NP ADJP PP.instrument |
example |
"Paula swatted the fly dead with a dishcloth."
|
syntax |
Agent V Patient Result {with} Instrument
|
semantics |
cause(Agent, E)
manner(during(E), directedmotion, Instrument)
not(contact(during(E), Instrument, Patient))
manner(end(E), forceful, Instrument)
contact(end(E), Instrument, Patient)
Pred(result(E), Patient)
use(during(E), Agent, Instrument)
|
NP V NP PP.result |
example |
"The cat clawed the couch to pieces."
|
syntax |
Agent V Patient {to into} Result [+state]
|
semantics |
cause(Agent, E)
manner(during(E), directedmotion, Agent)
not(contact(during(E), Agent, Patient))
manner(end(E), forceful, Agent)
contact(end(E), Agent, Patient)
Pred(result(E), Patient)
|
NP V NP PP.result PP.instrument |
example |
"The cat clawed the counch to pieces with her sharp nails."
|
syntax |
Agent V Patient {to into} Result [+state] {with} Instrument
|
semantics |
cause(Agent, E)
manner(during(E), directedmotion, Instrument)
not(contact(during(E), Instrument, Patient))
manner(end(E), forceful, Instrument)
contact(end(E), Instrument, Patient)
Pred(result(E), Patient)
use(during(E), Agent, Instrument)
|
NP V NP PP.location |
example |
"Paula swatted Deirdre on the back."
|
syntax |
Agent V Patient {{+loc}} Location <+body_part>
|
semantics |
cause(Agent, E)
manner(during(E), directedmotion, Agent)
not(contact(during(E), Agent, Patient))
manner(end(E), forceful, Agent)
contact(end(E), Agent, Patient)
|
|