NP.attribute V |
example |
"The price of oil soared."
|
syntax |
Attribute (of) Patient V
|
semantics |
change_value(during(E), Direction, Attribute, Patient)
|
NP.patient V PP.attribute |
example |
"Oil soared in price."
|
syntax |
Patient V {in} Attribute
|
semantics |
change_value(during(E), Direction, Attribute, Patient)
|
NP.attribute V NP.extent |
example |
"The price of oil increased ten percent."
|
syntax |
Attribute (of) Patient V Extent
|
semantics |
change_value(during(E), Direction, Attribute, Patient)
amount_changed(during(E), Attribute, Patient, Extent)
|
NP.attribute V PP.extent |
example |
"The price of oil increased by ten percent."
|
syntax |
Attribute (of) Patient V {by} Extent
|
semantics |
change_value(during(E), Direction, Attribute, Patient)
amount_changed(during(E), Attribute, Patient, Extent)
|
NP.attribute V NP.extent |
example |
"Oils's price increased ten percent."
|
syntax |
Patient ('s) Attribute V Extent
|
semantics |
change_value(during(E), Direction, Attribute, Patient)
amount_changed(during(E), Attribute, Patient, Extent)
|
NP.attribute V PP.extent |
example |
"Oils's price increased by ten percent."
|
syntax |
Patient ('s) Attribute V {by} Extent
|
semantics |
change_value(during(E), Direction, Attribute, Patient)
amount_changed(during(E), Attribute, Patient, Extent)
|
NP V |
example |
"Imports have declined."
|
syntax |
Patient V
|
semantics |
change_value(during(E), Direction, ?Attribute, Patient)
|
NP V PP.extent |
example |
"Nonperforming assets at these banks declined by %15."
|
syntax |
Patient V {by} Extent
|
semantics |
change_value(during(E), Direction, ?Attribute, Patient)
amount_changed(during(E), ?Attribute, Patient, Extent)
|
|