Révisions

  1. {
  2. father(V).bot.number = node(V).top.number;
  3. father(V).bot.gender = node(V).top.gender;
  4. father(V).bot.tense = node(V).top.tense;
  5. father(V).bot.mode = node(V).top.mode;
  6. father(V).bot.person = node(V).top.person;
  7. %% father(V).bot.diathesis = node(V).top.diathesis;
  8. }

Ajouter un commentaire

Connectez-vous ou inscrivez-vous pour publier un commentaire

Class Graph View