real_arg_topic_scomp

  1. {
  2. %% + realGroupComp;
  3. %% - realGroupComp;
  4. $arg.extracted = value(topic);
  5. node VModArg : [id:vmod,cat:VMod,type:std,adj:no, bot : [position: post]];
  6. node(VModArg).top = node(VModArg).bot;
  7. VModArg >> incise;
  8. incise >> ArgGroup;
  9. TopicComp = VModArg;
  10. node incise : [cat:incise,
  11. id:incise,
  12. type:std,
  13. adj: strict,
  14. top: [incise_kind: coma]
  15. ];
  16. node(incise).top.sync = node(incise).bot.sync;
  17. node(incise).top.sync = value(-);
  18. node(incise).adjleft = value(atmostone);
  19. node(incise).adjright = value(sync);
  20. $arg.kind = value(scomp);
  21. $arg.real = value(S);
  22. $arg.function = value(obj);
  23. incise >> SArg;
  24. node SArg : [cat: S, id: xcomp, type: subst, top: [extraction: ~rel]];
  25. $xcomp_by_adj = value(-);
  26. }

Ajouter un commentaire

Connectez-vous ou inscrivez-vous pour publier un commentaire

Class Graph View