{
%% short sentence looking like passives
%% ex: finies les vacances
%% standing "les vacances sont finies"
node SRoot: [cat: S, id: S, type: std];
SRoot >> incise;
node incise : [cat: incise, id:incise, type:std, bot: [incise_kind: dash|par]];
incise >> S;
node(SRoot).top.extraction = value(-);
node(SRoot).top.xarg = value([case: -, trace: -]);
% node(SRoot).top.sat = value(+);
node(SRoot).bot.sat = value(-);
node(SRoot).top.mode = value(-);
node(SRoot).top.person = value(-);
node(SRoot).top.number = value(-);
node(SRoot).top.gender = value(-);
node(SRoot).top.tense = value(-);
SRoot >> start;
start < S;
node start: [cat: start, type:subst];
desc.extraction = value(-);
desc.@diathesis = value(passive);
node(S).bot.mode = value(participle);
node(S).bot.control = value(~causative);
node(Infl).top.mode = value(participle);
node(S).top.sat = value(-);
node(v).bot.mode = value(participle);
node(Infl).adj = value(no);
node(V).adj = value(no);
desc.dummy.presubj = value(-);
desc.ht.imp = value(-);
desc.ht.refl = value(-);
desc.short_sentence = value(+);
node(S).bot.inv = value(+);
desc.@arg2 = value(@emptyarg_fs);
desc.@arg1 = value([function: suj, kind: subj, real: N2, pcas: -, extracted: -]);
}
Ajouter un commentaire