spacy
https://github.com/explosion/spacy
Python
💫 Industrial-strength Natural Language Processing (NLP) with Python and Cython
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported23 Subscribers
Add a CodeTriage badge to spacy
Help out
- Issues
- Added AMD Zen1 platform support to BLIS. Updated blis from 0.7.9 to latest with Python 3.13.5 compatibility. Fixed Cython type definitions for Python 3.12→3.13 upgrade.
- Package setuptools is required when using spaCy
- fix: add is_base_form to FrenchLemmatizer to prevent over-lemmatizing infinitives
- `spacy download --url` is silently ignored or rejected — the custom URL flag never works
- fix(cli): make `spacy download --url` actually use the custom URL
- Missing spacy-alignments for py3.14 while dependent spacy-transformers already has 3.14 wheels
- en_core_web_hftrf-3.8.1 fails to load with spacy-transformers 1.4.0 (safetensors weights)
- Add new Kurdish Kurmanji stop words and number words
- Performance/caching issue: tokenizer fails to reset has_special flag after encountering special span, effectively disabling caching
- Fix #13950: tokenizer issue: special spans cause every subsequent span to not be cached
- Docs
- Python not yet supported