explosion/spacy-models
💫 Models for the spaCy Natural Language Processing (NLP) library
This provides ready-to-use language models for the spaCy NLP library, enabling your applications to understand and process human language. It takes raw text as input and outputs structured information like identified entities (names, places), part-of-speech tags, and sentence structures. This is used by developers who are building applications that need to analyze or generate text.
1,848 stars. No commits in the last 6 months.
Use this if you are a developer building an application that needs robust natural language processing capabilities and want pre-trained models for various languages and tasks.
Not ideal if you need a non-developer-friendly interface or a highly specialized model for a niche domain not covered by the existing general-purpose models.
Stars
1,848
Forks
313
Language
Python
License
—
Category
Last pushed
May 27, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/explosion/spacy-models"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
nltk/nltk
NLTK Source
explosion/spaCy
💫 Industrial-strength Natural Language Processing (NLP) in Python
undertheseanlp/underthesea
Underthesea - Vietnamese NLP Toolkit
stanfordnlp/stanza
Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many...
flairNLP/flair
A very simple framework for state-of-the-art Natural Language Processing (NLP)