| |
| Members |
|
| eat
(fn 1; wn 1, 2, 3; g 1)
|
|
|
| Roles |
|
- Patient [+comestible & +solid]
|
| Frames |
|
| NP V NP |
| example |
"Cynthia ate the peach."
|
| syntax |
Agent V Patient
|
| semantics |
take_in(during(E), Agent, Patient)
|
| NP V |
| example |
"Cynthia ate."
|
| syntax |
Agent V
|
| semantics |
take_in(during(E), Agent, ?Patient)
|
| NP V PP-Conative |
| example |
"Cynthia ate at the peach."
|
| syntax |
Agent V {at} Patient
|
| semantics |
take_in(during(E), Agent, Patient)
|
| NP V PP.source |
| example |
"He ate off of the table."
|
| syntax |
Agent V {{+src}} Source
|
| semantics |
take_in(during(E), Agent, ?Patient)
Prep(during(E), ?Patient, Source)
|
|
|