verb_agreement_ancestor

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

Ajouter un commentaire

Connectez-vous ou inscrivez-vous pour publier un commentaire

Class Graph View