| NP-PP from-PP |
| example |
"I separated the yolk from the white."
|
| syntax |
Agent V Patient1 {from} Patient2
|
| semantics |
cause(Agent, E)
together(start(E), physical/abstract, Patient1, Patient2)
apart(end(E), physical/abstract, Patient1, Patient2)
|
| Simple Reciprocal Transitive |
| example |
"I separated the yolk and the white."
|
| syntax |
Agent V Patient <+plural>
|
| semantics |
cause(Agent, E)
together(start(E), physical/abstract, Patient_i, Patient_j)
apart(end(E), physical/abstract, Patient_i, Patient_j)
|
| Simple Reciprocal Intransitive |
| example |
"The yolk and the white separated."
|
| syntax |
Patient <+plural> V
|
| semantics |
together(start(E), physical/abstract, Patient_i, Patient_j)
apart(end(E), physical/abstract, Patient_i, Patient_j)
|
| Middle Construction |
| example |
"Cream separates easily from milk."
|
| syntax |
Patient1 V ADV {from} Patient2
|
| semantics |
property(Patient1+Patient2, Prop)
Adv(Prop)
|
| Middle Construction |
| example |
"Egg yolks and egg whites separate easily."
|
| syntax |
Patient <+plural> V ADV
|
| semantics |
property(Patient, Prop)
Adv(Prop)
|
|