| NP V NP PP.patient2 |
| example |
"I broke the twig off the branch."
|
| syntax |
Agent V Patient1 {off off of from} Patient2
|
| semantics |
cause(Agent, E)
together(start(E), physical, Patient1, Patient2)
apart(result(E), physical, Patient1, Patient2)
|
| NP V NP apart |
| example |
"I broke the twig and the branch apart."
|
| syntax |
Agent V Patient <+plural> (apart)
|
| semantics |
cause(Agent, E)
together(start(E), physical, Patient_i, Patient_j)
apart(result(E), physical, Patient_i, Patient_j)
|
| NP V PP.patient2 |
| example |
"The twig broke off the branch."
|
| syntax |
Patient1 V {off off of from} Patient2
|
| semantics |
together(start(E), physical, Patient1, Patient2)
apart(result(E), physical, Patient1, Patient2)
|
| NP V apart |
| example |
"The twig and the branch broke apart."
|
| syntax |
Patient <+plural> V (apart)
|
| semantics |
together(start(E), physical, Patient_i, Patient_j)
apart(result(E), physical, Patient_i, Patient_j)
|
| NP V PP ADV-Middle |
| example |
"Twigs break off of those branches easily."
|
| syntax |
Patient1 V {off off of from} Patient2 ADV
|
| semantics |
property(Patient1+Patient2, Prop)
Adv(Prop)
|
| NP V ADV-Middle |
| example |
"Those twigs and branches break apart easily."
|
| syntax |
Patient <+plural> V (apart) ADV
|
| semantics |
property(Patient, Prop)
Adv(Prop)
|
|