| NP V NP |
| example |
"Claire colors the picture."
|
| syntax |
Agent V Patient
|
| semantics |
cause(Agent, E)
apply_material(during(E), Material, Patient)
covered(result(E), Material, Patient)
|
| NP V NP ADJP |
| example |
"Claire colors the picture red."
|
| syntax |
Agent V Patient Result
|
| semantics |
cause(Agent, E)
apply_material(during(E), Material, Patient)
covered(result(E), Material, Patient)
Pred(result(E), Patient)
|
| NP V NP PP.result |
| example |
"Claire painted the wall into a splotchy mess."
|
| syntax |
Agent V Patient {to into} Result [+state]
|
| semantics |
cause(Agent, E)
apply_material(during(E), Material, Patient)
covered(result(E), Material, Patient)
Pred(result(E), Patient)
|
|