spacy==3.8.14
# Industrial-strength Natural Language Processing (NLP) in Python
$ pip install spacy
downloads/wk
0
license
MIT
version
3.8.14
python
<3.15,>=3.9
What is spacy?
spaCy is a Python library for natural language processing tasks like tokenization, named entity recognition, part-of-speech tagging, and dependency parsing. Developers use it to build production applications that need to extract meaning from text, such as information extraction systems, chatbots, or document classification tools. It's optimized for speed and accuracy with pre-trained models for multiple languages.
Author
Explosion