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