Hacker News new | ask | show | jobs
by barryhunter 3755 days ago
what does it used as the backend? The actual classification system used?
1 comments

Looks like it uses Python on the backend, with nltk. http://www.nltk.org/
Using nltk for tokenizing and stemming text. There is no classification backend, I implemented a Naive Bayes classifier.