adv_ncpred
%% Adverbs on ncpred
%% example: il fait très attention
<: adv_modifier;
node Root : [cat: ncpred2, bot: [sat : -]];
% node Root : [cat: ncpred2];
% node Root : [cat: ncpred];
Adv < Foot;
node(Incise).bot.incise_kind = value(dash|par);
node(Adv).bot.adv_kind = value(très|intensive|equalizer);
%% no argument in this case
desc.@kind0 = value(-);
}

Ajouter un commentaire