NP V |
example |
"My eyes are itching."
|
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)
|
force dynamics | m-placeholder m-placeholder m-placeholder FD Representation |
NP V NP.experiencer |
example |
"My eyes are itching me."
|
syntax |
Patient V Experiencer
|
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)
|
force dynamics | m-placeholder m-placeholder m-placeholder FD Representation |
NP V PP.stimulus |
example |
"My eyes are itching from the smoke."
|
syntax |
Patient V {from} 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)
|
force dynamics | m-placeholder m-placeholder m-placeholder FD Representation |
|