| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2022-07-27 | 1.1 kB | |
| v3.2.4 release on PyPi source code.tar.gz | 2022-07-27 | 345.2 kB | |
| v3.2.4 release on PyPi source code.zip | 2022-07-27 | 374.0 kB | |
| Totals: 3 Items | 720.3 kB | 0 | |
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 https://github.com/DerwenAI/pytextrank/pull/211
- working on [#204] by @ceteri in https://github.com/DerwenAI/pytextrank/pull/212
- Prevent exception on TopicRank when there are no noun_chunks by @tomaarsen in https://github.com/DerwenAI/pytextrank/pull/219
- Biasedrank case fix by @Ankush-Chander in https://github.com/DerwenAI/pytextrank/pull/217
- Docs update by @ceteri in https://github.com/DerwenAI/pytextrank/pull/221
- rework some unit tests by @ceteri in https://github.com/DerwenAI/pytextrank/pull/222
Full Changelog: https://github.com/DerwenAI/pytextrank/compare/v3.2.3...v3.2.4