{
%% Nominal phrases corresponding (modified) body part
%% may act as sentence modifier (close to an adv)
%% example: le menton sur les mains, elle priait
%% example: tête courbée, il avançait
%% example: mains sur la tête, il recule
desc.@kind0 = value(-);
- s_modifier;
Modifier = N2Root;
node(Foot).dummy.cat = value(adv
);
node(Root).cat = value(~ N2);
% node(Root).bot = node(Foot).top;
%% we introduce a new semtype feature to characterize various kinds of nc
%% and require here the bodypart type (see complete.lex)
node(Anchor).bot.semtype = value(bodypart);
%% right adj is mandatory
node(N2).adj = value(strict);
node(N2).adjleft = value(no);
node(N2).adjwrap = value(no);
}
Ajouter un commentaire