Y
Hacker News
new
|
ask
|
show
|
jobs
Show HN: I learned basic data mining over christmas and build a news aggregator
(
newsplusplus.com
)
3 points
by
donebizkit
4554 days ago
3 comments
yitchelle
4554 days ago
Nice work! I particularly like the tags.
How did you decide which news source will be use to generate the headline?
link
donebizkit
4554 days ago
Thanks. Once the articles are clustered and sorted, it picks the first news source that reported on the tag (seems fair). The subsequent articles are picked by closeness and similarity.
link
pdfcollect
4554 days ago
is this open source? What tech stack did you use? How much time did it take to code up?
link
donebizkit
4554 days ago
I used a mix of golang and nodejs. It took a little less than a week to go over the literature and implementation.
link
upion
4554 days ago
would you mind sharing the links or pages where you got help from so i can do this as my personal weekend project?
link
How did you decide which news source will be use to generate the headline?