| NP-PP Recipient-PP |
| example |
"Frances hid the presents from Sally."
|
| syntax |
Agent V Patient {from} Recipient
|
| semantics |
cause(Agent, E)
visible(start(E), Patient)
not(visible(end(E), Patient))
Prep(E, Patient, Recipient)
|
| NP-PP Location-PP |
| example |
"Frances hid the presents behind the books in the drawer."
|
| syntax |
Agent V Patient {{+loc}} Location
|
| semantics |
cause(Agent, E)
visible(start(E), Patient)
not(visible(end(E), Patient))
location(result(E), Patient, Location)
|
| Basic Transitive |
| example |
"Frances hid the presents."
|
| syntax |
Agent V Patient
|
| semantics |
visible(start(E), Patient)
not(visible(end(E), Patient))
cause(Agent, E)
|
|