extra_end_material

  1. {
  2. %% may have some garbage at sentence end, due to segmentation issues
  3. %% on some citation sentences (closing quote, coma, ...)
  4. Root >> ExtraAlt;
  5. node ExtraAlt: [type: alternative, star: *];
  6. ExtraAlt >> ExtraSPunct;
  7. node ExtraSPunct : [type: coanchor, cat: poncts];
  8. ExtraAlt >> ExtraWPunct;
  9. node ExtraWPunct : [type: coanchor, cat: ponctw];
  10. ExtraSPunct < ExtraWPunct;
  11. Root >> skip;
  12. node skip: [type: skip];
  13. Punct < ExtraAlt;
  14. ExtraAlt < skip;
  15. }

Ajouter un commentaire

Connectez-vous ou inscrivez-vous pour publier un commentaire

Class Graph View