Y
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
theodorton
3755 days ago
Looks like it uses Python on the backend, with nltk.
http://www.nltk.org/
link
fatiherikli
3755 days ago
Using nltk for tokenizing and stemming text. There is no classification backend, I implemented a Naive Bayes classifier.
link