Pragmatic Segmenter is a rule-based sentence boundary detection gem that works out-of-the-box across many languages.
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
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
3.2.2
and3.3.0
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?