NP V |
example |
"The voices echoed."
|
syntax |
Theme V
|
semantics |
exist(during(E), Theme)
|
NP V PP.location |
example |
"The voices echoed through the hall."
|
syntax |
Theme V {{+loc}} Location
|
semantics |
exist(during(E), Theme)
Prep(during(E), Theme, Location)
|
There V NP |
example |
"There echoed voices through the hall."
|
syntax |
(there) V Theme <-definite>
|
semantics |
exist(during(E), Theme)
|
PP.location V NP |
example |
"Through the hall echoed a loud cry."
|
syntax |
{{+loc}} Location V Theme
|
semantics |
exist(during(E), Theme)
Prep(during(E), Theme, Location)
|
NP.location V NP.theme |
example |
"The hall echoed with voices."
|
syntax |
Location V {with} Theme
|
semantics |
exist(during(E), Theme)
location(during(E), Theme, Location)
|
|