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