Skip to content

Latest commit

 

History

History
50 lines (26 loc) · 765 Bytes

CHANGELOG.md

File metadata and controls

50 lines (26 loc) · 765 Bytes

Changelog

v1.5.0

  • add "parallel" feature to YAKE algorithm;

v1.4.3

  • fix RAKE algorithm typo of get ranked interface;

v1.4.2

  • performance improvements in YAKE algorithm;

v1.4.1

  • add term scores to YAKE algorithm;

v1.4.0

  • add YAKE algorithm under "yake" feature;

v1.3.1

  • performance improvements in TextRank algorithm;
  • performance improvements in Co-occurrence algorithm;

v1.3.0

  • add max length option to all algorithms;

v1.2.1

  • fix tokenizer regex;

v1.2.0

  • add "parallel" feature to all algorithms;

v1.1.0

  • add Co-occurrence algorithm under "co_occurrence" feature;

v1.0.0

  • add TextRank algorithm under "text_rank" feature;

v0.1.0

  • inital release with TF-IDF and Rake algorithms;