sumy v0.4.0 Release Notes

Release Date: 2015-12-06 // over 8 years ago
    • ๐Ÿšš 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.