NP V S_INF |
example |
"He continued to pack."
|
syntax |
Agent V Theme <+to_inf_rs>
|
semantics |
continue(E, Theme)
cause(Agent, E)
|
NP.theme V |
example |
"The storm continued."
|
syntax |
Theme V
|
semantics |
continue(E, Theme)
|
NP V |
example |
"He continued."
|
syntax |
Agent V
|
semantics |
continue(E, ?Theme)
cause(Agent, E)
|
NP V PP.time |
example |
"The party continued until 8 PM."
|
syntax |
Theme V {until} Time
|
semantics |
continue(E, Theme)
Prep(E, Theme, Time)
|
NP V PP.time |
example |
"We continued until 8 PM."
|
syntax |
Agent V {until} Time
|
semantics |
continue(E, ?Theme)
cause(Agent, E)
Prep(E, ?Theme, Time)
|
|