miso-belica/sumy

Module for automatic summarization of text documents and HTML pages.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 1 hour ago
Added to GitGenius on September 18th, 2026
Created on February 20th, 2013
Open Issues & Pull Requests: 7 (+0)
GitHub issues: Enabled
Number of forks: 536
Total Stargazers: 3,699 (+0)
Total Subscribers: 107 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 22.0 hours
Mean response time: 77.6 days
90th percentile: 108.7 days
Tracked items: 23

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 3
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 2,990 days
Stale 30+ days: 3
Stale 90+ days: 0

Recent activity

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

Top labels

  • question (9)
  • bug (8)
  • enhancement (3)
  • invalid (1)
  • wont-fix (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Sumy is a Python library and command-line tool for automatic text summarization of documents and HTML pages.

The tool addresses the need to extract concise summaries from longer text sources. It works by implementing multiple summarization algorithms, including LSA and PageRank-based approaches, which analyze document structure and content to identify and extract the most relevant sentences. The library can process both plain text and HTML input, with built-in HTML parsing capabilities. It also includes an evaluation framework for assessing summary quality.

Sumy suits projects that need programmatic text summarization without heavy dependencies or complex setup. It works well for batch processing of documents, integration into larger NLP pipelines, or quick command-line summarization tasks. The tool supports multiple natural languages through a pluggable tokenizer system, and adding support for new languages is documented as straightforward. Users can interact with it either through a Python API for embedding in applications, a command-line interface for one-off summarization, or a browser-based interface without local installation.

The project maintains active engagement with its user base, responding to questions and tracking how the tool is applied in downstream projects. Development includes regular updates to dependencies and tooling, with modern Python packaging practices reflected in support for contemporary installation methods. The maintainer actively documents the project's capabilities and limitations, including maintaining a curated list of alternative summarization implementations in other languages.