adj_in_acomp

  1. {
  2. %% adjective introduced by a verbal constructions
  3. node(v).cat = value(adj);
  4. %% For the momment, we only consider impersonal constructions
  5. %% example: il semble judicieux de venir
  6. %% desc.ht.imp = value(+);
  7. desc.ht.diathesis= value(active);
  8. - arg0::varg; desc.@arg0 = $arg0::arg;
  9. S=arg0::S; v=arg0::v; V=arg0::V; Infl=arg0::Infl; V1 = arg0::V1; VMod = arg0::VMod;
  10. postsubj = arg0::postsubj; VSubj = arg0::VSubj;
  11. $arg0::arg.kind = value(subj|nosubj);
  12. $arg0::arg.extracted = value(-);
  13. - arg1::varg; desc.@arg1 = $arg1::arg;
  14. S=arg1::S; v=arg1::v; V=arg1::V; Infl=arg1::Infl; V1 = arg1::V1; VMod = arg1::VMod;
  15. postsubj = arg1::postsubj; VSubj = arg1::VSubj;
  16. VModNcPred = arg1::VModNcPred;
  17. $arg1::arg.kind = value(-|prepscomp|prepvcomp|prepobj);
  18. %% $arg1::arg.real = value(-|PP);
  19. %% $arg1::arg.pcas = value(-|de);
  20. - arg2::varg; desc.@arg2 = $arg2::arg;
  21. S=arg2::S; v=arg2::v; V=arg2::V; Infl=arg2::Infl; V1 = arg2::V1; VMod = arg2::VMod;
  22. postsubj = arg2::postsubj;
  23. VModNcPred = arg2::VModNcPred;
  24. $arg2::arg = value(@emptyarg_fs);
  25. %% only activated for impersonal constructions
  26. %% or in case of extraction of an argument (other than the subject)
  27. v +
  28. desc.ht.imp = value(+)
  29. |
  30. $arg1::arg.extracted = value(~-)
  31. ;
  32. }

Ajouter un commentaire

Connectez-vous ou inscrivez-vous pour publier un commentaire

Class Graph View