participiale_on_vmod
class participiale_on_vmod { node(Root).cat = value(VMod); %% we check that the modifier is applied on a VMod that allows 'S' %% but don't want to block other adjoinings %% hence we use == %% Modifier + %% node(Root).bot.cat == value(S); node(Root).bot.cat = value(S); node(Incise).post.adj = value(strict); node(Incise).ante.adj = value(strict); }
Ajouter un commentaire