Sumy

Latest version: v0.11.0

Safety actively analyzes 630052 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

0.6.0

- Dropped support for distutils when installing sumy.
- Added support for Japanese. [79](https://github.com/miso-belica/sumy/pull/79)
- Fixed incorrect n-grams computation for more sentences. [84](https://github.com/miso-belica/sumy/pull/84)
- Fixed NLTK dependency for Python 3.3. NLTK 3.2 dropped support for Python 3.3 so sumy needs 3.1.

0.5.1

- Fixed missing stopwords in SumBasic summarizer. [74](https://github.com/miso-belica/sumy/pull/74)

0.5.0

- Added "--text" CLI parameter to summarize text in Emacs and other tools. [67](https://github.com/miso-belica/sumy/pull/67)
- Fixed computation of cosine similarity in LexRank summarizator. [63](https://github.com/miso-belica/sumy/pull/63)
- Fixed resource searching in .egg packages. [53](https://github.com/miso-belica/sumy/pull/53)

0.4.1

- Added support for Portuguese and Spanish. [49](https://github.com/miso-belica/sumy/pull/49) [#51](https://github.com/miso-belica/sumy/pull/51)
- Better error message when NLTK tokenizers are missing.

0.4.0

- Dropped support for Python 2.6 and 3.2. Only 2.7/3.3+ are officially supported now. Time to move :)
- CLI: Better message for unknown format.
- LexRank: fixed power method computation.
- Added some extra abbreviations (english, german) into tokenizer for better output.
- SumBasic: Added new summarization method - SumBasic. Thanks to [Julian Griggs](https://github.com/JulianGriggs).
- KL: Added new summarization method - KL. Thanks to [Julian Griggs](https://github.com/JulianGriggs).
- Added dependency [requests](http://docs.python-requests.org/en/latest/) to fix issues with downloading pages.
- Better documentation of expected Plaintext document format.

0.3.0

- Added possibility to specify format of input document for URL & stdin. Thanks to [Lucas-C](https://github.com/Lucas-C).
- Added possibility to specify custom file with stop-words in CLI. Thanks to [Lucas-C](https://github.com/Lucas-C).
- Added support for French language (added stopwords & stemmer). Thanks to [Lucas-C](https://github.com/Lucas-C).
- Function `sumy.utils.get_stop_words` raises `LookupError` instead of `ValueError` for unknown language.
- Exception `LookupError` is raised for unknown language of stemmer instead of falling silently to `null_stemmer`.

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.