NP V NP |
example |
"The hygienist flossed my teeth."
|
syntax |
Agent V Patient
|
semantics |
take_care_of(during(E), Agent, Patient)
|
NP V |
example |
"I flossed."
|
syntax |
Agent V
|
semantics |
take_care_of(during(E), Agent, ?Patient)
|
NP V NP PP.instrument |
example |
"She flossed her teeth with floss."
|
syntax |
Agent V Patient {with} Instrument
|
semantics |
take_care_of(during(E), Agent, Patient)
use(during(E), Agent, Instrument)
|
NP V PP.instrument |
example |
"She brushed with a toothbrush."
|
syntax |
Agent V {with} Instrument
|
semantics |
take_care_of(during(E), Agent, ?Patient)
use(during(E), Agent, Instrument)
|
|