ce_pronoun
class ce_pronoun { %% use of ce, always coming with a relative %% example: ce que tu dis me plait %% example: ce à quoi tu penses me plait <: _pnoun; node(N2).bot.wh = value(-); %% adjoining is possible, for instance for coordinations %% j'apprécie ce que tu dis et ce que tu fais %% node(N2).adj=value(no); node(Anchor).cat = value(ce); N2 >> SRel; Anchor < SRel; node SRel : [cat:S, id:SRel, top:[sat: -, mode: conditional|subjonctive|indicative|adjective, extraction: rel ]]; }
Ajouter un commentaire