Skip to content

Added SumBasic and KL-Sum summarizers

Compare
Choose a tag to compare
@miso-belica miso-belica released this 06 Dec 22:28
  • 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 @JulianGriggs.
  • KL: Added new summarization method - KL. Thanks to @JulianGriggs.
  • Added dependency requests to fix issues with downloading pages.
  • Better documentation of expected Plaintext document format.