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 `ItemsCount` to raise `ValueError` #203

Closed AryazE closed 5 months ago

AryazE commented 5 months ago

When the value in ItemsCount's constructor is not of a valid type, this line is supposed to raise a ValueError, but it does not. This PR fixes that.