special_cleft_extraction_post

  1. {
  2. %% example: c'est lui le chef
  3. %% example: c'est vendre pas cher son principal atout
  4. %% the following example should be restricted to the class of adjective valid on events
  5. %% example: c'est touchant combien il t'aime
  6. S >> N1;
  7. S >> N2;
  8. N2 < N1;
  9. %% N1 as infinitive is not possible
  10. node(S).bot.extraction = value(cleft);
  11. N1S +
  12. node(N1S).top.extraction = value(wh),
  13. node(N1S).top.wh = value(+),
  14. desc.dummy.subject.cat=value(S),
  15. desc.dummy.comp.cat=value(adjP)
  16. ;
  17. N1N +
  18. desc.dummy.subject.cat=value(N2)
  19. ;
  20. N2N +
  21. desc.dummy.comp.cat=value(N2)
  22. ;
  23. N2S +
  24. desc.dummy.comp.cat=value(S)
  25. ;
  26. N2Adj +
  27. desc.dummy.comp.cat=value(adjP)
  28. ;
  29. }

Ajouter un commentaire

Connectez-vous ou inscrivez-vous pour publier un commentaire

Class Graph View