NP V NP.theme |
example |
"The pirates drowned the sailor."
|
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)
cause(Agent, E)
¬suffocate(start(E), Patient)
suffocate(result(E), Patient)
|
force dynamics | Volitional COS FD Representation |
NP.theme V |
example |
"The sailor drowned."
|
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)
¬suffocate(start(E), Patient)
suffocate(result(E), Patient)
|
force dynamics | Autonomous COS FD Representation |
NP V PP.result |
example |
"He choked/suffocated to death."
|
syntax |
Patient V {to} Result [+state]
|
semantics |
path_rel(start(E), Initial_State, Patient, ch_of_state, prep)
path_rel(result(E), Result, Patient, ch_of_state, prep)
¬suffocate(start(E), Patient)
suffocate(result(E), Patient)
|
force dynamics | Autonomous COS FD Representation |
NP V NP PP.result |
example |
"The pirate choked the sailor to death."
|
syntax |
Agent V Patient {to} Result [+state]
|
semantics |
path_rel(start(E), Initial_State, Patient, ch_of_state, prep)
path_rel(result(E), Result, Patient, ch_of_state, prep)
cause(Agent, E)
¬suffocate(start(E), Patient)
suffocate(result(E), Patient)
|
force dynamics | Volitional COS FD Representation |
|