prep_noun_modifier

  1. {
  2. %% FIX: PP now attached on N2
  3. node(Root).cat = value(N2);
  4. %% node(Foot).bot.adjrestr = value(none|post);
  5. %% ** BUG MGCOMP ** ???
  6. %% node Incise not visible in the result
  7. Root >> Incise;
  8. node Incise : [cat:incise, id:incise, type: std];
  9. node(Incise).top.sync = node(Incise).bot.sync;
  10. node(Incise).top.sync = value(-);
  11. node(Incise).adjleft = value(atmostone);
  12. node(Incise).adjright = value(sync);
  13. Incise >> PP;
  14. Foot < Incise;
  15. desc.dependency = value(dep);
  16. }

Ajouter un commentaire

Connectez-vous ou inscrivez-vous pour publier un commentaire

Class Graph View