miso-belica / sumy

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

TextRank Too Heavy? #121

Closed ghost closed 4 years ago

ghost commented 5 years ago

It seems to be irrationally stressing the processor, while Lsa doesn't. What's up?

miso-belica commented 5 years ago

Hi @infosisio, thanks for the report. Do you have some numbers? An example document(s) and the setting you are using? And what is your PC configuration? It's hard to tell more without the info. Also, I released a new version of Sumy yesterday and TextRank algorithm is completely changed there, can you test it and let us know here?

I guess this may be related with https://github.com/miso-belica/sumy/issues/109

miso-belica commented 4 years ago

Hi @infosisio, I recently merged some changes into the master. You can review them at https://github.com/miso-belica/sumy/pull/140 Maybe you could try Sumy with them if it's better ;)