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