NP V |
example |
"My heart is pounding."
|
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)
¬discomfort(start(E), Patient)
discomfort(result(E), Patient)
experience(E, Experiencer)
|
NP V PP.stimulus |
example |
"My heart is pounding from fear."
|
syntax |
Patient V {from at} Stimulus
|
semantics |
path_rel(start(E), Initial_State, Patient, ch_of_state, prep)
path_rel(result(E), Result, Patient, ch_of_state, prep)
¬discomfort(start(E), Patient)
discomfort(result(E), Patient)
experience(E, Experiencer)
in_reaction_to(E, Stimulus)
|
|