sumy v0.10.0 Release Notes
Release Date: 2022-04-21 // about 4 years ago-
- 🔋 FEATURE: Add support for Ukrainian language in https://github.com/miso-belica/sumy/pull/168
- 🔋 FEATURE: Add support for the Greek Language by @NC0DER in https://github.com/miso-belica/sumy/pull/169
- 🔋 FEATURE: Return the summary size by custom callable object in https://github.com/miso-belica/sumy/pull/161
- 🛠 FIX: Compatibility for
from collections import Sequencefor Python 3.10 - 🛠 FIX: Fix SumBasicSummarizer with stemmer in https://github.com/miso-belica/sumy/pull/166
Previous changes from v0.9.0
-
- INCOMPATIBILITY Dropped official support for Python 2.7. It should still work if you install Python 2 compatible dependencies.
- 🔋 FEATURE: Add basic Korean support by @kimbyungnam in https://github.com/miso-belica/sumy/pull/129
- 🔋 FEATURE: Add support for the Hebrew language by @miso-belica in https://github.com/miso-belica/sumy/pull/151
- 🛠 FIX: Allow words with dashes/apostrophe returned from tokenizer by @miso-belica in https://github.com/miso-belica/sumy/pull/144
- 🛠 FIX: Ignore empty sentences from tokenizer by @miso-belica in https://github.com/miso-belica/sumy/pull/153
- 📚 Basic documentation by @miso-belica in https://github.com/miso-belica/sumy/pull/133
- Speedup of the TextRank algorithm by @miso-belica in https://github.com/miso-belica/sumy/pull/140
- 🛠 Fix missing license in sdist by @dopplershift in https://github.com/miso-belica/sumy/pull/157
- ➕ added test and call for stemmer by @bdalal in https://github.com/miso-belica/sumy/pull/131
- 🛠 Fix simple typo: referene -> reference by @timgates42 in https://github.com/miso-belica/sumy/pull/143
- ➕ Add codecov service to tests by @miso-belica in https://github.com/miso-belica/sumy/pull/136
- ➕ Add gitpod config by @miso-belica in https://github.com/miso-belica/sumy/pull/138
- Try to run Python 3.7 and 3.8 on TravisCI by @miso-belica in https://github.com/miso-belica/sumy/pull/130
- 🛠 Fix TravisCI for Python 3.4 by @miso-belica in https://github.com/miso-belica/sumy/pull/134