{
%% quoted sentences, acting as a sentence modifier
%% example: "il mange", lance-t-il.
%% example: il poursuit :" que fais-tu ?"
% desc.ht = value([arg0: @emptyarg_fs,arg1: @emptyarg_fs,arg2: @emptyarg_fs]);
Root >> Incise;
node Incise : [cat:incise, id:incise, type: std];
node(Incise).top.sync = node(Incise).bot.sync;
node(Incise).top.sync = value(-);
node(Incise).adjleft = value(atmostone);
node(Incise).adjright = value(sync);
Incise >> S;
node S: [cat: S, type: subst, id: quoted_S];
node(Root).cat = value(S);
node(Root).adj = value(no);
Incise >> Open; node Open : [type: lex, lex: '"'|'«'|"'"];
Incise >> Close; node Close : [type: lex, lex: '"'|'»'|"'"];
S < Close;
Open < S;
node(Root).bot = node(Foot).top;
}
Ajouter un commentaire