verb_categorization_passive

  1. {
  2. desc.ht.diathesis = value(passive);
  3. $arg1::arg.kind = value(subj);
  4. $arg1::arg.pcas = value(-);
  5. $arg0::arg.kind = value(-|prepobj);
  6. $arg0::arg.pcas = value(-|par|contre);
  7. $arg2::arg.kind = value(-|prepobj|prepvcomp|prepscomp|prepacomp|acomp|scomp);
  8. $arg2::arg.pcas = value(~par);
  9. %% Passive voice and imperative mood are incompatible
  10. %% false!
  11. %% exemple: soyez assuré de mon soutien !
  12. %% node(Infl).top.mode = value(~imperative);
  13. %% some redondancy to help
  14. node(v).bot.mode = value(participle);
  15. node(v).bot.aux_req = value(être);
  16. node(v).bot.diathesis = value(passive);
  17. node(Infl).top.quant=value(subj|-);
  18. }

Ajouter un commentaire

Connectez-vous ou inscrivez-vous pour publier un commentaire

Class Graph View