NP V NP PP.theme |
example |
"I hunted the woods for game."
|
syntax |
Agent V Location {for} Theme
|
semantics |
search(during(E), Agent, Location, Theme)
|
NP V PP.theme PP.location |
example |
"I hunted for game in the woods."
|
syntax |
Agent V {for} Theme {{+loc}} Location
|
semantics |
search(during(E), Agent, Location, Theme)
|
NP V PP.location PP.theme |
example |
"I hunted in the woods for game."
|
syntax |
Agent V {{+loc}} Location {for} Theme
|
semantics |
search(during(E), Agent, Location, Theme)
|
NP V NP PP.location |
example |
"I hunted game in the woods."
|
syntax |
Agent V Theme {{+loc}} Location
|
semantics |
search(during(E), Agent, Location, Theme)
|
NP V NP |
example |
"I was hunting game."
|
syntax |
Agent V Theme
|
semantics |
search(during(E), Agent, ?Location, Theme)
|
NP V |
example |
"I was hunting."
|
syntax |
Agent V
|
semantics |
search(during(E), Agent, ?Location, ?Theme)
|
|