sentence-splitter icon indicating copy to clipboard operation
sentence-splitter copied to clipboard

Text to sentence splitter using heuristic algorithm by Philipp Koehn and Josh Schroeder.

Results 4 sentence-splitter issues
Sort by recently updated
recently updated
newest added

We strive to be responsive. At the same time, we're small nonprofit and can't always be. Thanks for being patient with us! Please follow our [contributing guidelines](https://github.com/mediacloud/.github/blob/master/CODE_OF_CONDUCT.md). ``` text='So what...

Hi! I have been using this sentence-splitter for a while and never had any problem. Though, yesterday I was processing a large corpus in Catalan and I found an issue....

I was splitting wikipedia dataset into sentences and found out that the sentences are split in the middle of the quoted text. my output while checking sentences that **end with...

This PR introduces a new flag `strip_whitespace` for the existing `split()` method and a new method `boundaries`. The new features are best described by example: ```pycon >>> from sentence_splitter import...