| NP V |
| example |
"It matters."
|
| syntax |
Stimulus V
|
| semantics |
emotional_state(E, Emotion, ?Experiencer)
in_reaction_to(E, Stimulus)
|
| NP V PP.experiencer |
| example |
"It matters to me."
|
| syntax |
Stimulus V {to} Experiencer
|
| semantics |
emotional_state(E, Emotion, Experiencer)
in_reaction_to(E, Stimulus)
|
| It V PP.experiencer that S |
| example |
"It matters to me that they were wrong."
|
| syntax |
(it) V {to} Experiencer Stimulus <+that_comp>
|
| semantics |
emotional_state(E, Emotion, Experiencer)
in_reaction_to(E, Stimulus)
|
| It V that S |
| example |
"It matters that they left."
|
| syntax |
(it) V Stimulus <+that_comp>
|
| semantics |
emotional_state(E, Emotion, ?Experiencer)
in_reaction_to(E, Stimulus)
|
| That S.stimulus V |
| example |
"That he came matters."
|
| syntax |
Stimulus <+that_comp> V
|
| semantics |
emotional_state(E, Emotion, ?Experiencer)
in_reaction_to(E, Stimulus)
|
|