Skip to content

Releases: miso-belica/sumy

Add Arabic language support

23 Oct 16:40
Compare
Choose a tag to compare

Add Ukrainian and Greek language

21 Apr 21:59
Compare
Choose a tag to compare

What's Changed

  • FEATURE: Add support for Ukrainian language in #168
  • FEATURE: Add support for the Greek Language by @NC0DER in #169
  • FEATURE: Return the summary size by custom callable object in #161
  • FIX: Compatibility for from collections import Sequence for Python 3.10
  • FIX: Fix SumBasicSummarizer with stemmer in #166

New Contributors

Full Changelog: v0.9.0...v0.10.0

Drop Py2.7 and add Korean and Hebrew languages

21 Oct 17:21
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.1...v0.8.2

Open files for `PlaintextParser` in UTF-8 encoding

19 May 14:39
Compare
Choose a tag to compare
  • Open files for PlaintextParser in UTF-8 encoding #123

Italian support, new TextRank summarizer

19 May 11:50
Compare
Choose a tag to compare
  • Added support for Italian language #114
  • Added support for ISO-639 language codes (en, de, sk, ...). #106
  • TextRankSummarizer uses iterative algorithm. Previous algorithm is called ReductionSummarizer. #100

Added support for Chinese

22 Jul 16:43
Compare
Choose a tag to compare
  • Added support for Chinese. Thanks to @astropeak.

Added support for Japanese

05 Mar 12:19
Compare
Choose a tag to compare
  • Dropped support for distutils when installing sumy.
  • Added support for Japanese. Thanks to @tuvistavie.
  • Fixed incorrect n-grams computation for more sentences. Thanks to @odek53r.
  • Fixed NLTK dependency for Python 3.3. NLTK 3.2 dropped support for Python 3.3 so sumy needs 3.1.

Fixed missing stopwords in SumBasic summarizer

17 Nov 11:42
Compare
Choose a tag to compare
  • Fixed missing stopwords in SumBasic summarizer.

Added "--text" CLI parameter

12 Nov 16:51
Compare
Choose a tag to compare
  • Added "--text" CLI parameter to summarize text in Emacs and other tools. Thanks to @FrancisMurillo.
  • Fixed computation of cosine similarity in LexRank summarizator.
  • Fixed resource searching in .egg packages. Thanks to @heni.

Added support for Portuguese and Spanish.

06 Mar 19:03
Compare
Choose a tag to compare
  • Added support for Portuguese and Spanish.
  • Better error mesage when NLTK tokenizers are missing.