auxiliary

  1. class auxiliary
  2. {
  3. %% Generic class to set constraints between foot and root of aux tree
  4. Root >>+ Foot;
  5. node(Root).cat = node(Foot).cat;
  6. node Root : [id:Root];
  7. node Foot : [id:Foot];
  8. node(Foot).type = value(foot);
  9. node(Root).type = value(std);
  10. node(Foot).top = node(Foot).bot;
  11. }

Ajouter un commentaire

Connectez-vous ou inscrivez-vous pour publier un commentaire

Class Graph View