adv_before_v

  1. class adv_before_v {
  2. %% Adverbs on verbs
  3. %% may occur before non tensed verb
  4. node Root : [cat: v];
  5. Anchor < Foot;
  6. node(Foot).top.mode = value(infinitive|participle|gerundive);
  7. %% no argument in this case
  8. desc.@kind0 = value(-);
  9. %% accept 'très chantant'
  10. Adv +
  11. node(Adv).bot.adv_kind = value(~très)
  12. |
  13. node(Foot).bot.mode = value(gerundive|participle)
  14. ;
  15. }

Ajouter un commentaire

Connectez-vous ou inscrivez-vous pour publier un commentaire

Class Graph View