| 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 ADJ
|
| 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.oblique |
| example |
"They spanked him to death."
|
| syntax |
Agent V Patient {to into} Oblique [+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.oblique PP.instrument |
| example |
"They spanked him to death with a bat."
|
| syntax |
Agent V Patient {to into} Oblique [+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.oblique |
| example |
"Paula spanked the naughty child on the back."
|
| syntax |
Agent V Patient {{+loc}} Oblique
|
| 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 naught child on the back with a paddle."
|
| syntax |
Agent V Patient {{+loc}} Oblique {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> Oblique <+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)
|
|