stanfordnlp/CoreNLP
CoreNLP: A Java suite of core NLP tools for tokenization, sentence segmentation, NER, parsing, coreference, sentiment analysis, etc. observed · 2026-08-28
Health v2 · maintenance only
74/100
- Activity 99
- Release rhythm 28
- Longevity 100
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: 80.0
- age_days: 4815
- days_rel: 452
- days_push: 8
- n_releases_24m: 3
Adoption not part of the score
10102 stars · 2717 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Stanford CoreNLP is a Java suite of natural language processing tools that annotates raw text with tokenization, POS tags, named entities, parses, coreference, and sentiment. It provides an integrated pipeline supporting eight languages and is widely used in academia and industry.
Use cases
- extract named entities from text
- run sentiment analysis on sentences
- parse sentence syntax and dependency structure
- resolve coreferences across a document
- tokenize and segment sentences in text
- build an NLP annotation pipeline in Java
- analyze multilingual text
When to choose
- you need a mature, well-tested suite of classical NLP annotations in Java
- you want a single pipeline covering tokenization through coreference
- you need multilingual support across eight languages
- you prefer rule-based or lightweight models over large transformer models
When to avoid
- you need state-of-the-art transformer-based NLP accuracy
- your project is proprietary and cannot comply with GPL licensing
- you work primarily in Python and prefer spaCy or Stanza
- you need languages beyond the eight supported ones
Facets
library · maturity stable
nlp parser machine-learning machine-learning developer-tools jvm cross-platform named-entity-recognition coreference-resolution sentiment-analysis tokenization dependency-parsing part-of-speech-tagging java pipeline multilingual natural-language-processing
2 sources
- readme: https://github.com/stanfordnlp/CoreNLP · fetched 2026-08-28 · 407386138567
- homepage: http://stanfordnlp.github.io/CoreNLP/ · fetched 2026-08-29 · 5d88573832b8
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| stanfordnlp/CoreNLP | main | 74 |
For agents
markdown · JSON · MCP: product_card(name="stanfordnlp/CoreNLP")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem