Show HN: I learned basic data mining over christmas and build a news aggregator (newsplusplus.com) 3 points by donebizkit 12y ago ↗ HN
[–] pdfcollect 12y ago ↗ is this open source? What tech stack did you use? How much time did it take to code up? [–] donebizkit 12y ago ↗ I used a mix of golang and nodejs. It took a little less than a week to go over the literature and implementation.
[–] donebizkit 12y ago ↗ I used a mix of golang and nodejs. It took a little less than a week to go over the literature and implementation.
[–] yitchelle 12y ago ↗ Nice work! I particularly like the tags.How did you decide which news source will be use to generate the headline? [–] donebizkit 12y 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.
[–] donebizkit 12y 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.
[–] upion 12y ago ↗ would you mind sharing the links or pages where you got help from so i can do this as my personal weekend project?
5 comments
[ 2.9 ms ] story [ 21.4 ms ] threadHow did you decide which news source will be use to generate the headline?