pronoun_as_mod_on_s

  1. {
  2. node(Foot).cat = value(S|VMod);
  3. node(Root).dummy.cat = value(pro);
  4. %% agrement is OK but for
  5. %% example: on veut nous aussi manger
  6. Anchor +
  7. node(Foot).top.number = node(Anchor).top.number,
  8. node(Foot).top.person = node(Anchor).top.person,
  9. node(Foot).top.gender = node(Anchor).top.gender,
  10. node(Foot).top.quant.function = value(subj)
  11. |
  12. node(Anchor).lex = value(nous|tous|toutes|nous-mêmes),
  13. node(Foot).top.number = value(sg),
  14. node(Foot).top.person = value(3),
  15. node(Foot).top.gender = value(on),
  16. node(Foot).top.quant.function = value(subj)
  17. |
  18. node(Anchor).lex = value(tous|toutes|chacun|chacune),
  19. node(Foot).top.quant.gender = node(Anchor).top.gender,
  20. node(Foot).top.quant.function = value(obj)
  21. ;
  22. }

Ajouter un commentaire

Connectez-vous ou inscrivez-vous pour publier un commentaire

Class Graph View