miso-belica / sumy

Module for automatic summarization of text documents and HTML pages.
https://miso-belica.github.io/sumy/
Apache License 2.0
3.46k stars 525 forks source link

Fixed raising `ValueError` in `ItemsCount` #202

Closed AryazE closed 5 months ago

AryazE commented 5 months ago

If the value in ItemsCount constructor is not of a supported type, this line is supposed to raise a ValueError, but it does not.