Good luck! I tried to launch something like this years ago [0] specifically to summarize HN, it's not easy but I think there's value in this type of service. In my case, the summarization was manual - I wanted to see if people liked the service, before building the summarization engine. I also created a chrome extension to be able to see summarize with just one click from HN itself. [0]: https://github.com/simonebrun…
Show HN: TLDR This – Auto summarize any article or webpage in a click
81–90 of 117 posts
Re: Show HN: TLDR This – Auto summarize any article or webpage in a click
#82Earlier quoted context omitted.
Which information? The server is then not reproducing/transmitting/redistributing the content, only indices into the content. I don't see why this would be copyright infringement.
Hacker news is not a good place to get legal advice. Best to ignore anyone offering it. Talk to a lawyer for legal advice.
Re: Show HN: TLDR This – Auto summarize any article or webpage in a click
#83The mankind needs this. Cutting off the BS factory, no more copywritting, flashy headlines with unrelated news boddies, or copy-rewritting, or attention wasters and... the yet to appear ML generated article time wasters which are mash ups from others. If your idea had a company behind I would invest in it. I wish it was a product which would generate a decent enough executive summary, so if I decide to invest more ti…
Re: Show HN: TLDR This – Auto summarize any article or webpage in a click
#84Sorry, i've some experience in this field: - This is text-extraction, NOT text-generation - TextRank algorithm is so far fine, but it does not write a "summary", instead it ranks the components of a text according to some "metrics" (simply spoken) - Using this approach will still make you attackable by copyright claims from copyright owners - Which stuff is summarized ("put to the final output") is not always clear t…
I'm interested in learning about true generation algorithms. Can you point me in the right direction?
Re: Show HN: TLDR This – Auto summarize any article or webpage in a click
#85Any open-source libraries that do this, or anything similar to this?
https://github.com/Hellisotherpeople/CX_DB8
Hopefully you'll see my paper about this in EMNLP 2019 System Demos...
Re: Show HN: TLDR This – Auto summarize any article or webpage in a click
#86https://github.com/Hellisotherpeople/CX_DB8
CX_DB8 also supports word and sentence level extraction. I plan on adding paragraph extraction in a future update.
Re: Show HN: TLDR This – Auto summarize any article or webpage in a click
#87I would like a bookmarklet for iOS Safari. Nice work!
I will try to port it to Safari.
Thank you very much for taking the time to use the app and provide your feedback.
Re: Show HN: TLDR This – Auto summarize any article or webpage in a click
#88Tried to use this service on the HN comments discussing it. It could not generate a summary of HN comments, now I need to read people's opinions the hard way.
Re: Show HN: TLDR This – Auto summarize any article or webpage in a click
#89Is there a way to loopbin user feedback on summarization that improves the algo? How could you incentivize users in the process?
Re: Show HN: TLDR This – Auto summarize any article or webpage in a click
#90Any open-source libraries that do this, or anything similar to this?
I wrote a tool for this called CX_DB8. It's better than any other "TextRank" based extractive summarizer in that it utilizes the latest in word embeddings, and supports queryability. Furthermore, it is the only word-level extractive summarizer to support all of this. Mostly aimed at the competitive debate community but anyone can use it. https://github.com/Hellisotherpeople/CX_DB8 Hopefully you'll see my paper about…