| 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 bit the bag open."
|
| 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 ADJP PP.instrument |
| example |
"Paula swatted the fly dead with a dishcloth."
|
| syntax |
Agent V Patient ADJ {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 |
"The cat clawed the counch to pieces."
|
| 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 |
"The cat clawed the counch to pieces with her sharp nails."
|
| 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 swatted Deirdre on the back."
|
| syntax |
Agent V Patient {{+loc}} 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)
|
|