stanfordnlp/corenlp

CoreNLP: A Java suite of core NLP tools for tokenization, sentence segmentation, NER, parsing, coreference, sentiment analysis, etc.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 16 minutes ago
Added to GitGenius on September 6th, 2026
Created on June 27th, 2013
Open Issues & Pull Requests: 182 (+0)
GitHub issues: Enabled
Number of forks: 2,716
Total Stargazers: 10,113 (+0)
Total Subscribers: 480 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 1.4 hours
Mean response time: 12.1 days
90th percentile: 27.8 days
Tracked items: 30

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 8
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 681 days
Stale 30+ days: 8
Stale 90+ days: 7

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (1)
  • fixed on dev (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

CoreNLP is a Java suite of natural language processing tools that performs tokenization, sentence segmentation, named entity recognition, parsing, coreference resolution, sentiment analysis, and related linguistic analysis tasks.

The tool addresses the need to extract structured linguistic information from raw text. It provides an integrated framework where multiple analysis stages can be applied sequentially, from basic tokenization through syntactic parsing to semantic tasks like coreference resolution. The implementation combines rule-based, probabilistic machine learning, and deep learning approaches. Users can apply the full pipeline with minimal code, and the tool handles preprocessing automatically before running downstream analyses.

CoreNLP suits projects requiring robust, production-grade NLP foundations in Java environments. It works well for applications needing multiple linguistic annotations on the same text, since the integrated design avoids redundant preprocessing. The tool supports English with full capability and provides varying levels of support for Arabic, Chinese, French, German, Hungarian, Italian, and Spanish. Developers should be aware that the GPL license permits free use but restricts distribution in proprietary software. The project distributes stable releases several times per year, with development versions available between releases. Building from source requires Ant or Maven and downloading separate model jars for the languages you intend to process.

The project maintains a steady release cadence with periodic stable distributions. Development occurs continuously between releases, with the latest code available from the repository. The codebase is established and widely deployed across academic, industrial, and government applications. Model files are distributed separately from the core code, requiring explicit download and configuration for each language.