adv_comp

  1. class adv_comp
  2. {
  3. %% Intensity adverbs on attributes (nominal or prepositional)
  4. %% example: il est très en retard
  5. %% example: il est très vielle France
  6. %% Note: we should have info about the saturation of nominal attribute
  7. %% to block adv on saturate N2
  8. node Root : [cat: comp, bot: [real: N2|PP]];
  9. Adv < Foot;
  10. node(Incise).bot.incise_kind = value(dash|par);
  11. node(Adv).bot.adv_kind = value(très|intensive|equalizer);
  12. desc.@kind0 = value(-);
  13. }

Ajouter un commentaire

Connectez-vous ou inscrivez-vous pour publier un commentaire

Class Graph View