Awesome! Too bad jokes category does not have a lot of content, pity.
View the jokes over a year. There are 88 results. Not neglible IMO.
Show HN: Hacker News with categories and popularity
41–50 of 68 posts
Re: Show HN: Hacker News with categories and popularity
#42Earlier quoted context omitted.
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 C…
presumably you've trained it with hand annotated content, or bootstrapped from a few choice hn searches (like ?q=jquery will give you a web tech category)
I trained classifiers with hand annotations (about 1000 contents or so)
Re: Show HN: Hacker News with categories and popularity
#43Just a thought - how about having the categories "toggle" rather than "select"?
Re: Show HN: Hacker News with categories and popularity
#44Could you please add a category "All but NSA"
Re: Show HN: Hacker News with categories and popularity
#45I'd noticed myself finding less and less to click on on the front page over the last year, but this has really driven home why.
Re: Show HN: Hacker News with categories and popularity
#46Earlier quoted context omitted.
Isn't that just news.ycombinator.com?
Nope, I see NSA news every other day on HN and it is getting rather annoying
Re: Show HN: Hacker News with categories and popularity
#47Re: Show HN: Hacker News with categories and popularity
#48Other than that - good job. Thank you.
Re: Show HN: Hacker News with categories and popularity
#49Re: Show HN: Hacker News with categories and popularity
#50Very nice. How you determine categories?
Using natural language processing and supervised learning, it automatically tagged news with 9 categories.