subordonate

  1. {
  2. %% subordonate are filled by substitution in some auxiliary tree
  3. node SubS : [cat: S, type: subst, id: SubS];
  4. node(SubS).bot = node(SubS).top;
  5. %% Subordonates have no extraction
  6. node(SubS).top.extraction = value(-|topic);
  7. %% They are without final punctuation
  8. node(SubS).top.sat = value(-|ppart);
  9. %% No subject inversion (may have within CS)
  10. %% node(S).top.inv = value(-);
  11. %% Unsaturated participiale agree with main sentence
  12. %% given by Foot
  13. SubS +
  14. node(SubS).top.mode = value(participle|gerundive),
  15. node(SubS).top.inv = value(-),
  16. node(SubS).top.extraction = value(-),
  17. ( node(SubS).top.sat = value(-),
  18. ( node(Foot).cat = value(coo)
  19. |
  20. node(Foot).cat = value(~coo),
  21. node(Foot).top.number = node(SubS).bot.number,
  22. node(Foot).top.person = node(SubS).bot.person,
  23. node(Foot).top.gender = node(SubS).bot.gender
  24. )
  25. |
  26. node(SubS).top.sat = value(ppart)
  27. )
  28. |
  29. node(SubS).top.mode = value(~participle|gerundive),
  30. node(SubS).top.sat = value(-)
  31. ;
  32. }

Ajouter un commentaire

Connectez-vous ou inscrivez-vous pour publier un commentaire

Class Graph View