_verb

  1. class _verb
  2. {
  3. node v:[cat:v|adj];
  4. clsubj < post::clseq;
  5. %% self contained sentence can have almost any mode,
  6. %% except a non passive-like participle
  7. %% WARNING: should be refined for gerundive
  8. v +
  9. node(Infl).top.mode = value(~participle|gerundive),
  10. ( desc.extraction = value(adjx),
  11. node(S).bot.sat = value(+)
  12. |
  13. node(S).bot.sat = value(-)
  14. )
  15. |
  16. node(Infl).top.mode = value(participle),
  17. node(Infl).top.aux_req = value(être),
  18. node(S).bot.sat = value(-|ppart)
  19. |
  20. node(Infl).top.mode = value(gerundive),
  21. node(S).bot.sat = value(-|ppart)
  22. ;
  23. v +
  24. % node(clseq).hascl = value(~ -),
  25. node(v).lex = value(a|aura|avait|eu),
  26. desc.dummy.impsubj = value(~ -),
  27. desc.dummy.ilya = value(+)
  28. |
  29. desc.dummy.ilya = value(-)
  30. ;
  31. }

Ajouter un commentaire

Connectez-vous ou inscrivez-vous pour publier un commentaire

Class Graph View