{
%% adjective introduced by a verbal constructions
node(v).cat = value(adj);
%% For the momment, we only consider impersonal constructions
%% example: il semble judicieux de venir
%% desc.ht.imp = value(+);
desc.ht.diathesis= value(active);
- arg0::
varg;
desc.@arg0
= $
arg0::
arg;
S=arg0::S; v=arg0::v; V=arg0::V; Infl=arg0::Infl; V1 = arg0::V1; VMod = arg0::VMod;
postsubj = arg0::postsubj; VSubj = arg0::VSubj;
$arg0::arg.kind = value(subj|nosubj);
$arg0::arg.extracted = value(-);
- arg1::
varg;
desc.@arg1
= $
arg1::
arg;
S=arg1::S; v=arg1::v; V=arg1::V; Infl=arg1::Infl; V1 = arg1::V1; VMod = arg1::VMod;
postsubj = arg1::postsubj; VSubj = arg1::VSubj;
VModNcPred = arg1::VModNcPred;
$arg1::arg.kind = value(-|prepscomp|prepvcomp|prepobj);
%% $arg1::arg.real = value(-|PP);
%% $arg1::arg.pcas = value(-|de);
- arg2::
varg;
desc.@arg2
= $
arg2::
arg;
S=arg2::S; v=arg2::v; V=arg2::V; Infl=arg2::Infl; V1 = arg2::V1; VMod = arg2::VMod;
postsubj = arg2::postsubj;
VModNcPred = arg2::VModNcPred;
$arg2::arg = value(@emptyarg_fs);
%% only activated for impersonal constructions
%% or in case of extraction of an argument (other than the subject)
v +
desc.ht.imp = value(+)
|
$arg1::arg.extracted = value(~-)
;
}
Ajouter un commentaire