segment icon indicating copy to clipboard operation
segment copied to clipboard

Program used to split text into segments

Results 5 segment issues
Sort by recently updated
recently updated
newest added

Hi Jarek! I'm currently working on the project called [choppa](https://github.com/lang-uk/choppa) which is a partial python port of your great library. My intention is to bring sentence tokenization found in LanguageTool...

Use inheritance to chose the default algorithm if possible.

Create simple segmentation example based on Unicode Text Segmentation Algorithm: ​http://unicode.org/reports/tr29/#Sentence_Boundaries

This will avoid wasting memory when splitting is finished and we don't need to worry about garbage collecting them manually.