top | item 11245821

(no title)

barryhunter | 10 years ago

what does it used as the backend? The actual classification system used?

discuss

order

theodorton|10 years ago

Looks like it uses Python on the backend, with nltk. http://www.nltk.org/

fatiherikli|10 years ago

Using nltk for tokenizing and stemming text. There is no classification backend, I implemented a Naive Bayes classifier.