agreement

  1. class agreement {
  2. %% Generic class to add agreement equations
  3. father(N).bot.number = node(N).top.number;
  4. father(N).bot.gender = node(N).top.gender;
  5. father(N).bot.person = node(N).top.person;
  6. }

Ajouter un commentaire

Connectez-vous ou inscrivez-vous pour publier un commentaire

Class Graph View