Live data from Hacker News

Show HN: Hacker News with categories and popularity

newshack.io

11–20 of 68 posts

Re: Show HN: Hacker News with categories and popularity

#11
post #4

Earlier quoted context omitted.

Using natural language processing and supervised learning, it automatically tagged news with 9 categories.

That's really interesting. Will you open-source the NLP algorithm?

I am planning to open source it in several months. (Our codes have not been well-commented and well-structured yet...

Our implementation and algorithm detail is followings.

Its categorizing process is written in Python.

Using nltk, it makes corpus with TFIDF model from HN topics and comments. And it generates classifiers from this corpus with SVM algorithm using scipy and numpy.

FYI, its web interface is written in Clojure and ClojureScript.

Re: Show HN: Hacker News with categories and popularity

#12
post #2

Very nice. How you determine categories?

Using natural language processing and supervised learning, it automatically tagged news with 9 categories.

Should http://news.ycombinator.com/item?id=7183076 be categorized as Web Technology then?

Re: Show HN: Hacker News with categories and popularity

#16

This is super useful! I have been forcing myself off HN lately. One thing that I miss the most due to this is the SHOW:HNs of really cool products and hacks that hit the front page. This gives me a great month-to-month access to those great stories at one place. Bookmarked!

http://showinghn.com/

Re: Show HN: Hacker News with categories and popularity

#19

Awesome! Too bad jokes category does not have a lot of content, pity.

I think something needs to be done about that.

But, humour is almost universally subjective. There are some aspects of Obama-Care that I thought were highly amusing, especially the "500 million lines of code" gag.

Here is a very serious article about the C programming language.

http://uncyclopedia.wikia.com/wiki/C_programming_language

Re: Show HN: Hacker News with categories and popularity

#20

This is super useful! I have been forcing myself off HN lately. One thing that I miss the most due to this is the SHOW:HNs of really cool products and hacks that hit the front page. This gives me a great month-to-month access to those great stories at one place. Bookmarked!

http://www.hnshowcase.com/
Post reply on HN