NP V NP PP.location |
example |
"Cora coiled the rope around the post."
|
syntax |
Agent V Theme {{+path}} Location
|
semantics |
rotational_motion(during(E), Theme)
not(Prep(start(E), Theme, Location))
Prep(E, Theme, Location)
cause(Agent, E)
|
NP V PP.location |
example |
"The rope coiled around the post."
|
syntax |
Theme V {{+path}} Location
|
semantics |
rotational_motion(during(E), Theme)
not(Prep(start(E), Theme, Location))
Prep(E, Theme, Location)
|
NP V ADV-Middle PP.location |
example |
"That type of rope coils easily around the post."
|
syntax |
Theme V ADV {{+path}} Location
|
semantics |
property(Theme, Prop)
Adv(Prop)
|
|