V1_coord

  1. class V1_coord
  2. {
  3. %% approximate class to handle ni-ni coord on verbs
  4. %% example: il ne veut ni boire ni manger
  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. <: coord;
  9. node(Root).cat = value(V1);
  10. node(Root).bot = node(Foot).top;
  11. node(Root).top.mode = value(infinitive);
  12. desc.dummy.ante = value(+);
  13. node Coord2: [cat: S, type: subst, top:[mode: infinitive, extraction: -, sat: -]];
  14. node(Anchor).lex = value(ni|et|ou|soit);
  15. }

Ajouter un commentaire

Connectez-vous ou inscrivez-vous pour publier un commentaire

Class Graph View