NP V NP |
example |
"Linda winked her eye."
|
syntax |
Agent V Patient
|
semantics |
path_rel(start(E), Source, Theme, tr_of_info, prep)
path_rel(end(E), Recipient, Theme, tr_of_info, prep)
transfer(during(E), Agent, Recipient, Theme)
equals(Source, Agent)
cause(Agent, E)
body_motion(during(E), Patient)
|
NP V NP PP.theme |
example |
"Linda winked her eye in agreement."
|
syntax |
Agent V Patient {in} Theme
|
semantics |
path_rel(start(E), Source, Theme, tr_of_info, prep)
path_rel(end(E), Recipient, Theme, tr_of_info, prep)
transfer(during(E), Agent, Recipient, Theme)
equals(Source, Agent)
cause(Agent, E)
body_motion(during(E), Patient)
|
NP V |
example |
"Linda winked."
|
syntax |
Agent V
|
semantics |
path_rel(start(E), Source, Theme, tr_of_info, prep)
path_rel(end(E), Recipient, Theme, tr_of_info, prep)
transfer(during(E), Agent, Recipient, Theme)
equals(Source, Agent)
cause(Agent, E)
body_motion(during(E), Patient)
|
NP V PP.recipient |
example |
"Linda winked at the audience."
|
syntax |
Agent V {{+dest_dir}} Recipient
|
semantics |
path_rel(start(E), Source, Theme, tr_of_info, prep)
path_rel(end(E), Recipient, Theme, tr_of_info, prep)
transfer(during(E), Agent, Recipient, Theme)
equals(Source, Agent)
cause(Agent, E)
body_motion(during(E), Patient)
|
NP V NP |
example |
"Linda winked her agreement."
|
syntax |
Agent V Theme
|
semantics |
path_rel(start(E), Source, Theme, tr_of_info, prep)
path_rel(end(E), Recipient, Theme, tr_of_info, prep)
transfer(during(E), Agent, Recipient, Theme)
equals(Source, Agent)
cause(Agent, E)
body_motion(during(E), Patient)
|
NP V PP.theme |
example |
"Linda winked in agreement."
|
syntax |
Agent V {in} Theme
|
semantics |
path_rel(start(E), Source, Theme, tr_of_info, prep)
path_rel(end(E), Recipient, Theme, tr_of_info, prep)
transfer(during(E), Agent, Recipient, Theme)
equals(Source, Agent)
cause(Agent, E)
body_motion(during(E), Patient)
|
NP V NP |
example |
"His brother nodded vigorous assent."
|
syntax |
Agent V Theme
|
semantics |
path_rel(start(E), Source, Theme, tr_of_info, prep)
path_rel(end(E), Recipient, Theme, tr_of_info, prep)
transfer(during(E), Agent, Recipient, Theme)
equals(Source, Agent)
cause(Agent, E)
body_motion(during(E), Patient)
|
|