cnoun_as_position_mod
class cnoun_as_position_mod { %% 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 <: cnoun; desc.@kind0 = value(-); node(det).top.def = value(+); % node(Root).bot = node(Foot).top; 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