7 comments

[ 2.2 ms ] story [ 49.3 ms ] thread
I'm open for any feedback or code-review. I used Tornado and Tornado-Redis for non-blocking redis client. I'm using redis' pub/sub channels for real-time updates. In frontend side, I choose the React.js for building interface.
what does it used as the backend? The actual classification system used?
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.
(comment deleted)