NP V NP |
example |
"Paula spanked the child."
|
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 spanked the child with her right hand."
|
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 NP ADJP |
example |
"They spanked him dead."
|
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 PP.result |
example |
"They spanked him to death."
|
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 |
"They spanked him to death with a bat."
|
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 spanked the naughty child 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)
|
NP V NP PP PP.instrument |
example |
"Paula spanked the naughty child on the back with a paddle."
|
syntax |
Agent V Patient {{+loc}} Location <+body_part> {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)
|
NP V NP |
example |
"Paula spanked the naughty child's back."
|
syntax |
Agent V Patient <+genitive & +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)
|
|