stanfordnlp/stanza
Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages observed · 2026-08-28
Health v2 · maintenance only
97/100
- Activity 99
- Release rhythm 93
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 14
- age_days: 3263
- days_rel: 50
- days_push: 7
- n_releases_24m: 12
Adoption not part of the score
7867 stars · 956 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Stanza is the Stanford NLP Group's official Python library for linguistic analysis of human language text. It provides a neural pipeline built on PyTorch for tokenization, sentence segmentation, lemmatization, POS tagging, dependency parsing, and named entity recognition across 70+ languages, plus a Python interface to Java CoreNLP.
Use cases
- tokenize and segment sentences in many languages
- run named entity recognition on text
- get dependency parses in Universal Dependencies format
- tag parts of speech and morphological features
- extract entities from biomedical literature and clinical notes
- access CoreNLP features like coreference resolution from Python
- train custom NLP models on annotated data
When to choose
- you need accurate multilingual NLP with pretrained models for 70+ languages
- you want a native Python pipeline without a Java dependency
- you need Universal Dependencies-compliant tokenization and parsing
- you need biomedical/clinical NER models
When to avoid
- you need fast CPU-only inference for high-throughput production (GPU recommended)
- you want a lightweight rule-based toolkit rather than neural models
- you need tasks like question answering or text generation
Facets
library · maturity stable
nlp machine-learning deep-learning parser machine-learning artificial-intelligence python cross-platform pytorch named-entity-recognition universal-dependencies tokenization dependency-parsing corenlp biomedical-nlp multilingual natural-language-processing gpu
3 sources
- readme: https://github.com/stanfordnlp/stanza · fetched 2026-08-28 · ff5ca563671c
- homepage: https://stanfordnlp.github.io/stanza/ · fetched 2026-08-29 · 90ab68be0cd1
- registry_pypi: https://pypi.org/pypi/stanza/json · fetched 2026-08-29 · 734c7c690ce1
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| stanfordnlp/stanza | main | 97 |
For agents
markdown · JSON · MCP: product_card(name="stanfordnlp/stanza")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem