ellej16 / SumMe

An Abstractive summarizer for online news articles.
19 stars 9 forks source link

This repository does not work properly. Please do not waste time in running it. #6

Open JafferWilson opened 7 years ago

ellej16 commented 7 years ago

Hi @JafferWilson, thanks for the feedback!.

Unfortunately , yes this is quite a buggy and pretty much proof of concept system (bachelor's degree thesis two years ago), and I'm afraid this has a lot of bad code in it (as much as I hate to admit).

However, the summarization part works via the python interpreter, and the django folder is just for displaying the result with a better (at least than the command line) way.

Could you provide a list on what you have done so far with the repository, and suggest on improvements?

Been planning on updating this and perhaps making a library on the algorithm we thought of for this, but I don't know how far off that would be.

Cheers! Paul

JafferWilson commented 7 years ago

I was looking around for abstractive summarization repositories and came across your. Currently, I haven't done much of the modifications, but as soon as it is workable I will surely request you for modifications.

JafferWilson commented 7 years ago

Is it possible for you to share the running methodology for the repository. I am a bit confused. If you can share then it will be taking less of time to identify the running method.