_spunct

  1. class _spunct
  2. {
  3. %% Final sentence punctuation . ? ! ...
  4. %% desc.ht = value([cat:poncts,arg0:@emptyarg_fs,arg1:@emptyarg_fs,arg2:@emptyarg_fs]);
  5. node Punct : [];
  6. Root >> Punct;
  7. Foot < Punct;
  8. node(Root).bot.extraction = node(Foot).top.extraction;
  9. node(Root).bot.person = node(Foot).top.person;
  10. node(Root).bot.gender = node(Foot).top.gender;
  11. node(Root).bot.mode = node(Foot).top.mode;
  12. node(Root).bot.neg = node(Foot).top.neg;
  13. node(Root).bot.number = node(Foot).top.number;
  14. node(Root).bot.tense = node(Foot).top.tense;
  15. node(Root).bot.wh = node(Foot).top.wh;
  16. node(Root).bot.inv = node(Foot).top.inv;
  17. node(Root).bot.xarg = node(Foot).top.xarg;
  18. node(Root).bot.control = node(Foot).top.control;
  19. node(Root).bot.sat = value(+);
  20. node Root : [cat:S, adj:no];
  21. Foot = S;
  22. node(Foot).top.extraction = value(~rel);
  23. }

Ajouter un commentaire

Connectez-vous ou inscrivez-vous pour publier un commentaire

Class Graph View