NP V NP |
example |
"He adapted himself."
|
syntax |
Agent V Patient
|
semantics |
cause(Agent, E)
adjust(during(E), Patient, ?Goal)
|
NP V NP PP |
example |
"He adapted himself to the situation."
|
syntax |
Agent V Patient {to} Goal <-sentential>
|
semantics |
adjust(during(E), Patient, Goal)
|
NP V NP S_ING |
example |
"He adapted himself to waking up early."
|
syntax |
Agent V Patient {to} Goal <+oc_ing>
|
semantics |
adjust(during(E), Patient, Goal)
|
NP V S_ING |
example |
"He adapted to waking up early."
|
syntax |
Agent V {to} Goal <+sc_ing>
|
semantics |
adjust(during(E), ?Patient, Goal)
|
NP V PP |
example |
"He adapted to the situation."
|
syntax |
Agent V {to} Goal
|
semantics |
adjust(during(E), ?Patient, Goal)
|
|