v_coord

  1. class v_coord
  2. {
  3. %% approximate class to handle ni-ni coord on verbs
  4. %% example: il n'a ni bu ni mangé
  5. %% a complete solution would handle coordination at S-level, but I don't
  6. %% know how to do it properly in FRMG
  7. %% indeed, aux and modal attach at Infl or V level, so the coord should be below these nodes
  8. node(Root).cat = value(v);
  9. node(Root).bot = node(Foot).top;
  10. node(Root).top.mode = value(participle);
  11. desc.dummy.ante = value(+);
  12. node(Anchor).lex = value(ni|et|ou|soit);
  13. }

Ajouter un commentaire

Connectez-vous ou inscrivez-vous pour publier un commentaire

Class Graph View