Hacker News new | ask | show | jobs
by khandelwal 5154 days ago
I've used NLTK (http://www.nltk.org) to do something similar. And there's also 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.

1 comments

Thanks for those - I'll go check them out and see if I can bend them to my will. Cheers!