verb_extraction_topic

  1. {
  2. %% Extraction by topicalization of an argument
  3. %% example: rares sont les personnes qui ...
  4. node(S2).bot.extraction = value(topic);
  5. node(S2).top.extraction = value(topic);
  6. %% node(S2).adj = value(no);
  7. desc.extraction = node(S2).bot.extraction;
  8. %% node(S).bot.extraction = node(S2).top.extraction;
  9. node(S).top.extraction = value(adjx);
  10. node(S).bot.extraction = value(adjx);
  11. node(S).bot = node(S).top;
  12. %% node(S).top.extraction = value(adjx);
  13. node XGroup : [cat: VMod ];
  14. node(S).top.mode = value(~infinitive);
  15. %% node(S).top.inv = value(~cl);
  16. node(v).cat = value(v);
  17. }

Ajouter un commentaire

Connectez-vous ou inscrivez-vous pour publier un commentaire

Class Graph View