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

replace docpot with docopt-ng #190

Closed sudoskys closed 1 year ago

sudoskys commented 1 year ago

Thanks for your work!

I have imported sumy as text summarization tool in this repo

https://github.com/sudoskys/llm-kira

but I found that the docoptof this repo was no longer maintained and cause some issues here https://github.com/lss233/chatgpt-mirai-qq-bot/pull/62#issuecomment-1431771524.

Details can be found here https://github.com/docopt/docopt/issues/502.

Therefore, I suggest the use of https://github.com/jazzband/docopt-ng to replace docopt.

miso-belica commented 1 year ago

Hi @sudoskys, thank you for pointing this out. It is sad @keleshev is not responding anymore. I was a big fan of his projects. Are you willing to send a PR for replacing docopt?

sudoskys commented 1 year ago

I will have a try!

miso-belica commented 1 year ago

Fixed in https://github.com/miso-belica/sumy/pull/191