explosion/spacy-stanza
💥 Use the latest Stanza (StanfordNLP) research models directly in spaCy
This tool helps developers who work with natural language processing by letting them integrate StanfordNLP's Stanza models directly into spaCy pipelines. You can take raw text and get back detailed linguistic annotations like tokenization, part-of-speech tags, lemmas, morphological analysis, dependency parsing, named entity recognition, and sentence boundaries. It's designed for developers building applications that require advanced, multi-lingual text analysis.
745 stars. Used by 1 other package. No commits in the last 6 months. Available on PyPI.
Use this if you are a developer already using spaCy for NLP tasks and want to leverage the high-accuracy, multi-lingual linguistic analysis capabilities of Stanza models within your existing spaCy workflows.
Not ideal if you are looking for a standalone, out-of-the-box NLP application or if you are not comfortable working with Python development environments.
Stars
745
Forks
64
Language
Python
License
MIT
Category
Last pushed
Aug 15, 2024
Commits (30d)
0
Dependencies
2
Reverse dependents
1
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/explosion/spacy-stanza"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
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)