/sentimentclassify

sentiment classification .

Primary LanguageJavaGNU General Public License v2.0GPL-2.0

sentimentclassify

This is a project of Sentiment Detection.

We are using SVM and Perceptron to train and classify the sentiment datasets.

We are using the java version of liblinear ,which can be found at http://liblinear.bwaldvogel.de/
.
When the dataset becomes larger, liblinear is also very fast .