simple_participiale_after_S

  1. {
  2. %% participiale after main sentence
  3. %% without preceding comma
  4. %% should be a gerundive introduced by 'en'
  5. Foot < Incise;
  6. node(Root).bot = node(Foot).top;
  7. node(Incise).adj = value(no);
  8. node(SubS).bot.sat = value(-);
  9. node(SubS).bot.mode = value(gerundive);
  10. %% an inelegant way to force the presence of en !
  11. ~ en =>
  12. node(SubS).bot.mode = value(~gerundive);
  13. node(Foot).dummy.excl = value(post);
  14. }

Ajouter un commentaire

Connectez-vous ou inscrivez-vous pour publier un commentaire

Class Graph View