Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.89 KB

CHANGELOG.md

File metadata and controls

33 lines (27 loc) · 1.89 KB

Changelog

0.4.1 (2016-03-06)

  • Added support for Portuguese and Spanish.
  • Better error mesage when NLTK tokenizers are missing.

0.4.0 (2015-12-04)

  • 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.
  • KL: Added new summarization method - KL. Thanks to Julian Griggs.
  • Added dependency requests to fix issues with downloading pages.
  • Better documentation of expected Plaintext document format.

0.3.0 (2014-06-07)

  • Added possibility to specify format of input document for URL & stdin. Thanks to @Lucas-C.
  • Added possibility to specify custom file with stop-words in CLI. Thanks to @Lucas-C.
  • Added support for French language (added stopwords & stemmer). Thanks to @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.

0.2.1 (2014-01-23)

  • Fixed installation of my own readability fork. Added breadability to the dependencies instead of it #8. Thanks to @pratikpoddar.

0.2.0 (2014-01-18)

  • Removed dependency on SciPy #7. Use numpy.linalg.svd implementation. Thanks to Shantanu.

0.1.0 (2013-10-20)

  • First public release.