Y
Hacker News
new
|
ask
|
show
|
jobs
by
theodorton
3755 days ago
Looks like it uses Python on the backend, with nltk.
http://www.nltk.org/
1 comments
fatiherikli
3755 days ago
Using nltk for tokenizing and stemming text. There is no classification backend, I implemented a Naive Bayes classifier.
link