v3.2.4 release on PyPi
2022-07-27
- better support for "ru" and other languages without noun_chunks support in spaCy
- updated example notebook to illustrate TopicRank algorithm
- made the node bias setting case-independent for Biased Textrank algorithm; kudos @Ankush-Chander
- updated summarization tests; kudos @tomaarsen
- reworked some unit tests to be less brittle, less dependent on specific spaCy point releases
What's Changed
- updated docs and example to show TopicRank by @ceteri in #211
- working on #204 by @ceteri in #212
- Prevent exception on TopicRank when there are no noun_chunks by @tomaarsen in #219
- Biasedrank case fix by @Ankush-Chander in #217
- Docs update by @ceteri in #221
- rework some unit tests by @ceteri in #222
Full Changelog: v3.2.3...v3.2.4