comparer_post_position

  1. {
  2. %% but with 'plutôt', post-position is possible and more correct
  3. %% example: il est grand plutôt que fort
  4. %% example: il est fort autant que beau
  5. %% it seems that we could generalize to floating comparative
  6. %% example: ? autant que beau, il est fort
  7. Foot < comparer;
  8. node(comparer).lex = value(plutôt|autant|davantage);
  9. %% should not have to add the following line
  10. %% bug to trace in mgcomp
  11. Foot < quantity;
  12. node(quantity).adj=value(no);
  13. node(supermod).adj = value(strict);
  14. }

Ajouter un commentaire

Connectez-vous ou inscrivez-vous pour publier un commentaire

Class Graph View