- add
"parallel"
feature to YAKE algorithm;
- fix RAKE algorithm typo of get ranked interface;
- performance improvements in YAKE algorithm;
- add term scores to YAKE algorithm;
- add YAKE algorithm under
"yake"
feature;
- performance improvements in TextRank algorithm;
- performance improvements in Co-occurrence algorithm;
- add max length option to all algorithms;
- fix tokenizer regex;
- add
"parallel"
feature to all algorithms;
- add Co-occurrence algorithm under
"co_occurrence"
feature;
- add TextRank algorithm under
"text_rank"
feature;
- inital release with TF-IDF and Rake algorithms;