adj_on_adj

  1. class adj_on_adj {
  2. %% Adjectives on adj
  3. %% example: il a trouvé une feuille rouge vif
  4. desc.@real0 = value(N2);
  5. node Root : [cat: adj];
  6. Foot < Incise;
  7. node(Incise).bot.incise_kind = value(dash|par);
  8. %% compound adj do not follow aggreement
  9. %% node(Foot).top = node(Root).bot;
  10. node(Foot).top.position = node(Root).bot.position;
  11. node(Foot).top.degree = node(Root).bot.degree;
  12. node(Foot).top.person = node(Root).bot.person;
  13. node(Foot).top.mode = node(Root).bot.mode;
  14. node(Foot).top.aux_req = node(Root).bot.aux_req;
  15. node(Foot).top.pre_det = node(Root).bot.pre_det;
  16. node(Foot).top.position = value(post);
  17. node(Foot).top.pre_det = value(-);
  18. desc.@real1 = value(-);
  19. desc.@real2 = value(-);
  20. }

Ajouter un commentaire

Connectez-vous ou inscrivez-vous pour publier un commentaire

Class Graph View