NP V NP PP.co-patient |
example |
"I separated the yolk from the white."
|
syntax |
Agent V Patient {from} Co-Patient
|
semantics |
cause(Agent, E)
together(start(E), physical/abstract, Patient, Co-Patient)
apart(end(E), physical/abstract, Patient, Co-Patient)
|
NP V NP |
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)
|
NP V |
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)
|
NP V ADVP-Middle PP |
example |
"Cream separates easily from milk."
|
syntax |
Patient V ADV {from} Co-Patient
|
semantics |
property(Patient+Co-Patient, Prop)
Adv(Prop)
|
NP V ADVP-Middle |
example |
"Egg yolks and egg whites separate easily."
|
syntax |
Patient <+plural> V ADV
|
semantics |
property(Patient, Prop)
Adv(Prop)
|
|