comparative_as_mod

  1. {
  2. %% node(Foot).top.degree = value(-);
  3. %% node(Root).top.degree = value(super);
  4. Root >>+ supermod;
  5. node supermod: [cat: supermod, bot: [supermod_kind: comparative|intensifier|quantity]];
  6. node(supermod).adjright = value(atmostone);
  7. comparer +
  8. node(supermod).bot.supermod_kind = value(intensifier),
  9. node(comparer).lex = value(si|tellement|'à ce point')
  10. |
  11. node(supermod).bot.supermod_kind = value(quantity),
  12. node(comparer).lex = value(assez|suffisamment|trop)
  13. |
  14. node(supermod).bot.supermod_kind = value(comparative),
  15. node(comparer).lex = value(~si|tellement|assez|suffisamment|trop|'à ce point')
  16. ;
  17. supermod >> quantity;
  18. quantity >> comparer;
  19. node(supermod).bot.cat = node(Foot).cat;
  20. node quantity: [id: quantity, cat:quantity];
  21. node(quantity).bot.cat = node(Foot).cat;
  22. }

Ajouter un commentaire

Connectez-vous ou inscrivez-vous pour publier un commentaire

Class Graph View