| NP V NP |
| example |
"He deduced the truth about the story."
|
| syntax |
Agent V Theme
|
| semantics |
conclude(during(E), Agent, Theme, ?Source)
|
| NP V NP PP.source |
| example |
"He deduced the truth from the facts."
|
| syntax |
Agent V Theme {from} Source
|
| semantics |
conclude(during(E), Agent, Theme, Source)
|
| NP V that S PP.theme |
| example |
"He deduced that she was a spy from miniature camera she had in her pen."
|
| syntax |
Agent V {from} Theme <+that_comp> Source
|
| semantics |
conclude(during(E), Agent, Theme, Source)
|
| NP V that S |
| example |
"He deduced that this factor must have influenced the system."
|
| syntax |
Agent V Theme <+that_comp>
|
| semantics |
conclude(during(E), Agent, Theme, ?Source)
|
|