Contents

spacy 3.8.11

0

Industrial-strength Natural Language Processing (NLP) in Python

Industrial-strength Natural Language Processing (NLP) in Python

Stars: 33216, Watchers: 33216, Forks: 4635, Open Issues: 189

The explosion/spaCy repo was created 11 years ago and the last code push was 2 months ago.
The project is extremely popular with a mindblowing 33216 github stars!

How to Install spacy

You can install spacy using pip

pip install spacy

or add it to a project with poetry

poetry add spacy

Package Details

Author
Explosion
License
MIT
Homepage
https://spacy.io
PyPi:
https://pypi.org/project/spacy/
GitHub Repo:
https://github.com/explosion/spaCy

Classifiers

  • Scientific/Engineering
No  spacy  pypi packages just yet.

Errors

A list of common spacy errors.

Code Examples

Here are some spacy code examples and snippets.

GitHub Issues

The spacy package has 189 open issues on GitHub

  • [it] Regression: EditTreeLemmatizer produces wrong lemmas (spaCy 3.3+ worse than 3.2)
  • Add Hashformers to spaCy Universe
  • DOC: Correct grammar issues regarding a/an usage
  • bug: pydantic v1 incompatability error (Py3.14 wheels)
  • I can't open spaCy lessons
  • Document good practices for caching spaCy models in CI setup
  • 📚 Inaccurate pre-trained model predictions master thread

See more issues on GitHub

Related Packages & Articles

nlp 0.4.0

HuggingFace/NLP is an open library of NLP datasets.

gensim 4.4.0

Python framework for fast Vector Space Modelling

keras 3.13.2

Keras is a deep learning API written in Python, running on top of the machine learning platform TensorFlow. The core data structures of Keras are layers and models. The philosophy is to keep simple things simple, while allowing the user to be fully in control when they need to (the ultimate control being the easy extensibility of the source code via subclassing).

pandas 3.0.1

Powerful data structures for data analysis, time series, and statistics