Hacker News new | ask | show | jobs
by vayarajesh 3453 days ago
how was the summary points done? is it through processing the text through ML or Reddit does provide with key summary points or some 3rd party service?

How accurate is the summary points?

1 comments

There's a comment above that links to the repos for the source code, but it looks like it uses the python package Sumy to do the summaries.

https://pypi.python.org/pypi/sumy

cool, I will check it out.