nipunsadvilkar / pySBD

🐍💯pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box.
MIT License
801 stars 83 forks source link

🐛 Fix trailing period/ellipses with spaces #89

Closed nipunsadvilkar closed 3 years ago

nipunsadvilkar commented 3 years ago

Refering to prior_end_char_span instead of start_char_span Fixes #83, Closes #87