|
No Comments |
caused_calibratable_cos-45.6.2-1 Members: 10, Frames: 6 |
Post Comment |
Top
|
Members |
|
|
Roles |
|
|
Frames |
|
NP.patient V NP.extent PP.source PP.goal |
example |
"GDP increased 500 percent from $26 to $147."
|
syntax |
Patient V Extent {?from} ?Source {?to} ?Goal
|
semantics |
change_value(during(E), Patient, Direction)
path_rel(start(E), Patient, Source, ch_on_scale, prep)
path_rel(during(E), Patient, Extent, ch_on_scale, prep)
path_rel(end(E), Patient, Goal, ch_on_scale, prep)
|
NP.patient V PP.extent PP.source PP.goal |
example |
"GDP increased by 500 percent from $26 to $147."
|
syntax |
Patient V {?by} ?Extent {?from} ?Source {?to} ?Goal
|
semantics |
change_value(during(E), Patient, Direction)
path_rel(start(E), Patient, Source, ch_on_scale, prep)
path_rel(during(E), Patient, Extent, ch_on_scale, prep)
path_rel(end(E), Patient, Goal, ch_on_scale, prep)
|
NP.attribute V NP.extent PP.source PP.goal |
example |
"The price of oil increased 500 percent from $26 to $147."
|
syntax |
Attribute {of} Patient V ?Extent {?from} ?Source {?to} ?Goal
|
semantics |
change_value(during(E), Attribute, Direction)
path_rel(start(E), Attribute, Source, ch_on_scale, prep)
path_rel(during(E), Attribute, Extent, ch_on_scale, prep)
path_rel(end(E), Attribute, Goal, ch_on_scale, prep)
property(Patient, Attribute)
|
NP.attribute V PP.extent PP.source PP.goal |
example |
"The price of oil increased by 500 percent from $26 to $147."
|
syntax |
Attribute {of} Patient V {by} Extent {?from} ?Source {?to} ?Goal
|
semantics |
change_value(during(E), Attribute, Direction)
path_rel(start(E), Attribute, Source, ch_on_scale, prep)
path_rel(during(E), Attribute, Extent, ch_on_scale, prep)
path_rel(end(E), Attribute, Goal, ch_on_scale, prep)
property(Patient, Attribute)
|
NP.patient V PP.attribute NP.extent PP.source PP.goal |
example |
"Oil increased in price 500 percent from $26 to $147."
|
syntax |
Patient V {in} Attribute ?Extent {?from} ?Source {?to} ?Goal
|
semantics |
change_value(during(E), Attribute, Direction)
path_rel(start(E), Attribute, Source, ch_on_scale, prep)
path_rel(during(E), Attribute, Extent, ch_on_scale, prep)
path_rel(end(E), Attribute, Goal, ch_on_scale, prep)
property(Patient, Attribute)
|
NP.patient V PP.attribute PP.extent PP.source PP.goal |
example |
"Oil increased in price by 500 percent from $26 to $147."
|
syntax |
Patient V {in} Attribute {?by} ?Extent {?from} ?Source {?to} ?Goal
|
semantics |
change_value(during(E), Attribute, Direction)
path_rel(start(E), Attribute, Source, ch_on_scale, prep)
path_rel(during(E), Attribute, Extent, ch_on_scale, prep)
path_rel(end(E), Attribute, Goal, ch_on_scale, prep)
property(Patient, Attribute)
|
|
|