sentence_starter

  1. {
  2. Root >> start;
  3. Root >> starter;
  4. start < starter;
  5. starter < Foot;
  6. node(Root).cat = value(S);
  7. node(Root).adj = value(no);
  8. node(Root).adjleft = value(no);
  9. node start : [cat: start, type: subst];
  10. node(Foot).top = node(Root).bot;
  11. node(Foot).top.sat = value(+);
  12. desc.dependency = value(mod);
  13. }

Ajouter un commentaire

Connectez-vous ou inscrivez-vous pour publier un commentaire

Class Graph View