Kostiantyn Danylov aka koder

Results 4 comments of Kostiantyn Danylov aka koder

Here is some binary tb info https://gist.github.com/koder-ua/8fd3e3fd795674b01d1ddbeda9400999

@adrianeboyd yep, seems like you right on clean python3.11 with only spacy & en_core_web_sm installed all works fine python3.11 with only spacy and en_core_web_sm ``` ~ python -c 'import spacy;...

All fine ``` (python311_clean) ➜ ~ pip install sentencepiece Collecting sentencepiece Downloading sentencepiece-0.1.99-cp311-cp311-macosx_11_0_arm64.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 19.0 MB/s eta 0:00:00 Installing collected packages: sentencepiece Successfully installed sentencepiece-0.1.99 (python311_clean)...

I got a bit different, but similar issue spacy == 3.7.4, mac ``` In [69]: len(list(spacy.load("en_core_web_trf")("The first sentence. The second sentence. The last one").sents)) Out[69]: 1