NP V NP |
example |
"He estimated the probability of Don Quixote spontaneously combusting upon contact with the curry poweder."
|
syntax |
Agent V Theme
|
semantics |
assess(during(E), Agent, Theme, ?Value)
|
NP V NP PP.value |
example |
"He estimated the probability at 0.9."
|
syntax |
Agent V Theme {at} Value
|
semantics |
assess(during(E), Agent, Theme, Value)
|
NP V how S |
example |
"He estimated how likely it would be."
|
syntax |
Agent V Value <+how_extract>
|
semantics |
assess(during(E), Agent, ?Theme, Value)
|
NP V NP to be ADJ |
example |
"He estimated this outcome to be likely."
|
syntax |
Agent V Theme <+to_be>
|
semantics |
assess(during(E), Agent, Theme, ?Value)
|
NP V that S |
example |
"He estimated that it would be likely."
|
syntax |
Agent V Theme <+that_comp>
|
semantics |
assess(during(E), Agent, Theme, ?Value)
|
NP V what S |
example |
"He estimated what would be likely."
|
syntax |
Agent V Theme <+what_extract>
|
semantics |
assess(during(E), Agent, Theme, ?Value)
|
|