Tagged Questions
0
votes
2answers
361 views
How to create our own model for sentiment analysis using naive bayes classifier in mahout?
I am a beginner in mahout. i don't know how to create our own model for sentiment analysis using naive bayes classifier in mahout. I want to create my own model to do sentiment analysis on top of some ...
1
vote
2answers
471 views
Mahout for sentiment analysis
Using mahout I am able to classify sentiment of data . But I am stuck with a confusion matrix.
I am using mahout 0.7 naive bayes algorithms to classify sentiment of tweets.
I use trainnb and testnb ...
0
votes
1answer
540 views
Training data size for a bayesian classifier
I am using apache mahout for performing sentiment analysis in the customer support domain. Since I am not able to get a proper training data set, I made my own. Now I have 100 support mails for ...
1
vote
1answer
493 views
Weighted Naive Bayes Classifier in Apache Mahout
I am using Naive Bayes classifier for my sentiment analysis on customer support. But unfortunately I don't have huge annotated data sets in the customer support domain. But I have a little amount of ...
3
votes
1answer
2k views
Sentimental analysis using apache mahout [closed]
I am planning to develop a system that would predict the mood of a given text(sentiment analysis in short).
I would also prefer apache mahout because, it is seriously huge data and the system should ...