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

Fix SumBasicSummarizer with stemmer #166

Closed miso-belica closed 2 years ago

miso-belica commented 2 years ago

If the stemmer is given both collections of words has to be stemmed to avoid KeyError.

fixes #165