I need to build a classifier which will classify any tweet string into a specific category. I've around 15 or so categories. I've the training dataset with me. Any ideas how should I go ahead with this? Using Python or Java for this.
I've been looking into Textblob and Stanford NLP classifiers. I'm just not sure which one to pick to get better results.