verb_argument_other
class verb_argument_other { <: verb_argument; $arg.kind = value(~subj|nosubj); - realArg; /* %% obj|scomp|vcomp can't be present with passive voice %% but acomp can ! %% example: il est nommé président (par X) S + $arg.kind = value(obj|vcomp|scomp), desc.ht.diathesis = value(active) | $arg.kind = value(~obj|vcomp|scomp) ; */ }
Ajouter un commentaire