comparer_post_position
class comparer_post_position { %% but with 'plutôt', post-position is possible and more correct %% example: il est grand plutôt que fort %% example: il est fort autant que beau %% it seems that we could generalize to floating comparative %% example: ? autant que beau, il est fort Foot < comparer; node(comparer).lex = value(plutôt|autant|davantage); %% should not have to add the following line %% bug to trace in mgcomp Foot < quantity; node(quantity).adj=value(no); node(supermod).adj = value(strict); }
Ajouter un commentaire