Stanza
Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages (by stanfordnlp)
stanfordnlp
[Deprecated] This library has been renamed to "Stanza". Latest development at: https://github.com/stanfordnlp/stanza (by stanfordnlp)

Nutrient - The #1 PDF SDK Library
Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.
nutrient.io
featured
Stanza | stanfordnlp | |
---|---|---|
8 | - | |
7,367 | 116 | |
0.6% | 0.0% | |
9.6 | 3.2 | |
4 days ago | over 1 year ago | |
Python | Python | |
GNU General Public License v3.0 or later | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stanza
Posts with mentions or reviews of Stanza.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-01-06.
- Down and Out in the Magic Kingdom
-
Parts of speech tagged for German
I use Python's spacy library: https://spacy.io/models/de or stanza: https://stanfordnlp.github.io/stanza/ each with their respective language models.
-
Off the shelf sentence parsers?
stanza has a constituency parser. There's a model compatible with the dev branch with an accuracy of 95.8 on PTB, using Roberta as a bottom layer, so it's pretty decent at this point. (The currently released model is not as accurate, but it's easy to get the better model to you.) There's also Tregex as a Java addon which can very easily search for a noun phrase highest up in the tree: NP !>> NP will search for a noun phrase which is not dominated by any higher up noun phrase.
- The Spacy NER model for Spanish is terrible
- Spacy vs NLTK for Spanish Language Statistical Tasks
-
Stanza not tokenising sentences as expected
I am using Stanza to tokenise the sentences:
- Stanza – A Python NLP Package for Many Human Languages
stanfordnlp
Posts with mentions or reviews of stanfordnlp.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning stanfordnlp yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
When comparing Stanza and stanfordnlp you can also consider the following projects:
spaCy - 💫 Industrial-strength Natural Language Processing (NLP) in Python
pytext - A natural language modeling framework based on PyTorch
NLTK - NLTK Source
TextBlob - Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation, and more.
Jieba - 结巴中文分词
langid.py - Stand-alone language identification system
polyglot - Multilingual text (NLP) processing toolkit
PyTorch-NLP - Basic Utilities for PyTorch Natural Language Processing (NLP)
trankit - Trankit is a Light-Weight Transformer-based Python Toolkit for Multilingual Natural Language Processing

Nutrient - The #1 PDF SDK Library
Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.
nutrient.io
featured