participiale_on_vmod

  1. {
  2. node(Root).cat = value(VMod);
  3. %% we check that the modifier is applied on a VMod that allows 'S'
  4. %% but don't want to block other adjoinings
  5. %% hence we use ==
  6. %% Modifier +
  7. %% node(Root).bot.cat == value(S);
  8. node(Root).bot.cat = value(S);
  9. node(Incise).post.adj = value(strict);
  10. node(Incise).ante.adj = value(strict);
  11. }

Ajouter un commentaire

Connectez-vous ou inscrivez-vous pour publier un commentaire

Class Graph View