adv_comp
class adv_comp { %% Intensity adverbs on attributes (nominal or prepositional) %% example: il est très en retard %% example: il est très vielle France %% Note: we should have info about the saturation of nominal attribute %% to block adv on saturate N2 <: adv_modifier; node Root : [cat: comp, bot: [real: N2|PP]]; Adv < Foot; node(Incise).bot.incise_kind = value(dash|par); node(Adv).bot.adv_kind = value(très|intensive|equalizer); desc.@kind0 = value(-); }
Ajouter un commentaire