adj_after_s_as_adv

  1. {
  2. %% adjective used as an adverb (no aggreement)
  3. %% example: il mange sain
  4. %% example: il s'habille léger
  5. %% cf Jan Goes: "L'adjectif entre nom et verbe"
  6. %% we should enforce further constraints, for instance that the verb is used in a non-transitive way
  7. %% but don't know how to do it without adding new features on 'S'
  8. %% or maybe by adding a specific adj site blocking the verbal arguments
  9. node Root : [cat: S];
  10. Foot < Incise;
  11. node(Incise).post.adj = value(no);
  12. node(Anchor).bot.number = value(sg);
  13. node(Anchor).bot.gender = value(masc);
  14. }

Ajouter un commentaire

Connectez-vous ou inscrivez-vous pour publier un commentaire

Class Graph View