diasks2 / pragmatic_segmenter

Pragmatic Segmenter is a rule-based sentence boundary detection gem that works out-of-the-box across many languages.
MIT License
549 stars 55 forks source link

Dependency from Unicode creates circular dep that breaks most of my bundle installs #81

Open palladius opened 6 months ago

palladius commented 6 months ago

In Gemfile: langchainrb was resolved to 0.12.0, which depends on pragmatic_segmenter was resolved to 0.3.23, which depends on unicode

This breaks in

it basically only owrks on 3.1.2 and 3.2.1 of the ones i tried.

Can we please use a different and more maintained unicode library?