{
node(Foot).cat = value(S|VMod);
node(Root).dummy.cat = value(pro);
%% agrement is OK but for
%% example: on veut nous aussi manger
Anchor +
node(Foot).top.number = node(Anchor).top.number,
node(Foot).top.person = node(Anchor).top.person,
node(Foot).top.gender = node(Anchor).top.gender,
node(Foot).top.quant.function = value(subj)
|
node(Anchor).lex = value(nous|tous|toutes|nous-mêmes),
node(Foot).top.number = value(sg),
node(Foot).top.person = value(3),
node(Foot).top.gender = value(on),
node(Foot).top.quant.function = value(subj)
|
node(Anchor).lex = value(tous|toutes|chacun|chacune),
node(Foot).top.quant.gender = node(Anchor).top.gender,
node(Foot).top.quant.function = value(obj)
;
}
Ajouter un commentaire