aux_verbs

  1. class aux_verbs
  2. {
  3. desc.ht = value([arg0:@emptyarg_fs,arg1:@emptyarg_fs,arg2:@emptyarg_fs]);
  4. node Anchor : [cat:aux,id:aux];
  5. node(Foot).top.mode = value(participle);
  6. node(Anchor).bot.form_aux = node(Foot).top.aux_req;
  7. node(Infl).bot.aux_req = value(avoir);
  8. %% only one advneg may adjoin on the right of aux
  9. node(Anchor).adjright = value(atmostone);
  10. }

Ajouter un commentaire

Connectez-vous ou inscrivez-vous pour publier un commentaire

Class Graph View