{
%% Nominal phrases corresponding to positions may be used
%% as sentence modifiers
%% example: il a mangé le premier
%% example: il a, le premier, fini l'exercice
desc.@kind0 = value(-);
node(det).top.def = value(+);
% node(Root).bot = node(Foot).top;
- s_modifier;
N2Root = Modifier;
node(Root).cat = value(~ N2
);
node(Foot).dummy.cat = value(N2);
%% should use a semantic property (semtype=rank)
node(Nc).lex = value(premier|second|deuxième|troisième|quatrième|cinquième|dernier|'avant-dernier');
%% force fail on title
%% because on a bug to be fixed in mgcomp
% node(Monsieur).dummy.is_present = value(-);
}
Ajouter un commentaire