full_agreement

  1. %% Generic class to add agreement equations
  2. father(N).bot.number = node(N).top.number;
  3. father(N).bot.gender = node(N).top.gender;
  4. father(N).bot.person = node(N).top.person;
  5. father(N).bot.time = node(N).top.time;
  6. father(N).bot.hum = node(N).top.hum;
  7. father(N).bot.semtype = node(N).top.semtype;
  8. father(N).bot.headcat = node(N).top.headcat;
  9. father(N).bot.sat = node(N).top.sat;
  10. father(N).bot.wh = node(N).top.wh;
  11. father(N).bot.case = node(N).top.case;
  12. }

Ajouter un commentaire

Connectez-vous ou inscrivez-vous pour publier un commentaire

Class Graph View