|
Members |
|
|
Roles |
|
no roles
|
Frames |
|
NP V PP.source PP.goal |
example |
"He converted from Christianity to Buddhism."
|
syntax |
Patient V {from} Initial_State {to} Result
|
semantics |
path_rel(start(E), Initial_State, Patient, ch_of_state, prep)
path_rel(result(E), Result, Patient, ch_of_state, prep)
convert(during(E), Patient, Initial_State, Result)
|
|
|
Members |
|
|
Roles |
|
|
Frames |
|
NP V |
example |
"He converted."
|
syntax |
Patient V
|
semantics |
path_rel(start(E), Initial_State, Patient, ch_of_state, prep)
path_rel(result(E), Result, Patient, ch_of_state, prep)
convert(during(E), Patient, Initial_State, Goal)
|
NP V NP |
example |
"I converted him."
|
syntax |
Agent V Patient
|
semantics |
path_rel(start(E), Initial_State, Patient, ch_of_state, prep)
path_rel(result(E), Result, Patient, ch_of_state, prep)
convert(during(E), Patient, Initial_State, Result)
cause(E, Agent)
|
NP V NP S_ING |
example |
"I converted him to believing in Buddha."
|
syntax |
Agent V Patient {to} Result <+oc_ing>
|
semantics |
path_rel(start(E), Initial_State, Patient, ch_of_state, prep)
path_rel(result(E), Result, Patient, ch_of_state, prep)
convert(during(E), Patient, Initial_State, Result)
cause(E, Agent)
|
NP V NP PP.goal |
example |
"I converted him to Buddhism."
|
syntax |
Agent V Patient {to} Result
|
semantics |
path_rel(start(E), Initial_State, Patient, ch_of_state, prep)
path_rel(result(E), Result, Patient, ch_of_state, prep)
convert(during(E), Patient, Initial_State, Result)
cause(E, Agent)
|
|
|
|