| NP-PP Source-PP |
| 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)
|
| Apart Reciprocal Alternation Transitive |
| 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)
|
| PP Source-PP |
| 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)
|
| Apart Reciprocal Alternation Intransitive |
| 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)
|
| Middle Construction |
| example |
"Twigs break off of those branches easily."
|
| syntax |
Patient1 V {off off of from} Patient2 ADV
|
| semantics |
property(Patient1+Patient2, Prop)
Adv(Prop)
|
| Middle Construction |
| example |
"Those twigs and branches break apart easily."
|
| syntax |
Patient <+plural> V (apart) ADV
|
| semantics |
property(Patient, Prop)
Adv(Prop)
|
|