9 ms·
I've used NLTK (http://www.nltk.org http://www.nltk.org) to do something similar. And there's also http://scikit-learn.org/stable/ http://scikit-learn.org/stabl
by khandelwal 14y ago
I've used NLTK (http://www.nltk.org http://www.nltk.org) to do something similar. And there's also http://scikit-learn.org/stable/ http://scikit-learn.org/stable/. Both libraries are for Python.
As far as my experience with NLTK and machine learning in general goes: you'll need to spend a fair bit of time figuring out which features to extract.
- ColinWright 14y agoThanks for those - I'll go check them out and see if I can bend them to my will. Cheers!