verb_mod_extraction_wh

  1. {
  2. node(S2).top.extraction = value(wh);
  3. node(S2).top.xarg.case = value(-);
  4. node(XGroup).extracted.real = value(PP|pri);
  5. node XGroup: [type: alternative];
  6. %% Realization of other args as a wh pronoun
  7. node pri_arg : [cat:pri,id:pri,type:coanchor,bot: [case: ~nom|acc|comp]];
  8. XGroup >> pri_arg;
  9. - pri_arg::agreement; pri_arg = pri_arg::N;
  10. %% Realization as wh-PP
  11. node PP : [cat:PP,id:wh,type:subst,top: [wh:+,real:pri|N2]];
  12. XGroup >> PP;
  13. pri_arg < PP;
  14. %% WARNING: should add case for XGroup filled by
  15. %% locative, temporale, manner pri (où, quand, comment)
  16. %% but we need some marker on these pronouns
  17. }

Ajouter un commentaire

Connectez-vous ou inscrivez-vous pour publier un commentaire

Class Graph View