noun_apposition

  1. {
  2. %% Noun modifier by apposition
  3. %% example Luc, le grand frère, dort
  4. %% example Luc, une connaissance, dort
  5. %% may be unsaturated: DIST (Direction de l'Information ....)
  6. node(Root).cat = value(N2);
  7. Foot < Incise;
  8. %% No apposition or enum on modifieur
  9. %% but still coordination
  10. %% example Luc, son mentor et son ami, dort
  11. %% node(Root).bot.gender = node(Modifier).top.gender;
  12. %% No apposition on enumeration
  13. %% but allow multiple appositions
  14. %% Paul, son ami, son mentor, dort
  15. %% node(Foot).bot.enum = value(~enum);
  16. node(Root).top.enum = value(appos);
  17. - Foot::full_agreement; Foot = Foot::N;
  18. }

Ajouter un commentaire

Connectez-vous ou inscrivez-vous pour publier un commentaire

Class Graph View