Contents

sumy 0.12.0

0

Module for automatic summarization of text documents and HTML pages.

Simple library and command line utility for extracting summary from HTML pages or plain texts. The package also contains simple evaluation framework for text summaries. Implemented summarization methods are described in the documentation.

Stars: 3660, Watchers: 3660, Forks: 540, Open Issues: 26

The miso-belica/sumy repo was created 13 years ago and the last code push was 3 days ago.
The project is very popular with an impressive 3660 github stars!

How to Install sumy

You can install sumy using pip

pip install sumy

or add it to a project with poetry

poetry add sumy

Package Details

Author
None
License
Apache License, Version 2.0
Homepage
None
PyPi:
https://pypi.org/project/sumy/
GitHub Repo:
https://github.com/miso-belica/sumy

Classifiers

  • Education
  • Internet
  • Scientific/Engineering/Information Analysis
  • Text Processing/Filters
  • Text Processing/Linguistic
  • Text Processing/Markup/HTML
No  sumy  pypi packages just yet.

Errors

A list of common sumy errors.

Code Examples

Here are some sumy code examples and snippets.

  • Sumy Code Examples

    Sumy uses nlp to summarize content on webpages and in text files. The below sumy code example fetches a wikipedia page and extacts a 10 sentence summary.

GitHub Issues

The sumy package has 26 open issues on GitHub

  • Add Polish language support
  • feat: Add Polish language support
  • Add faster version of KL-Sum using numpy

See more issues on GitHub

Related Packages & Articles

textblob 0.19.0

Simple, Pythonic text processing. Sentiment analysis, part-of-speech tagging, noun phrase parsing, and more.

numerizer 0.2.4

Python module for converting natural language numbers into ints and floats.

langua 1.0.12

Faster port of Language detection built by Shuyo in Python