I am working on a machine learning project and I am at the first stage of my progress. I am working on extracting features and testing that features to use or not to use. I have a dataset consisting of 2 classes. I want to check whether a relation happens between sentiments and being either one of that groups. My data looks like this:
group_a this is a tweet
group_b this is another tweet
group_b this is another tweet
group_a this is another tweet
How can I find correlation between sentiment and groups? Because this is a feature selection part of my project, I can use any tools instead of implementing it by hand. WEKA, PRTools or any other, if you can show me how to do it you are welcome.
PS: Actually before implementing an algorithm I want to check whether I can get something like:
i.e. group_a is more negative than group_b
So at my test data when I get a sentence I can say that if it is a negative sentiment sentence it may be related to group_a
this is a sentence here. I do not quite understand your question. – greeness Nov 8 '12 at 1:18