sumy v0.10.0 Release Notes
Release Date: 2022-04-21 // over 2 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 Sequence
for 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