2
votes
1answer
379 views

Emoticons in Twitter Sentiment Analysis in r

How do I handle/get rid of emoticons so that I can sort tweets for sentiment analysis? Getting: Error in sort.list(y) : invalid input Thanks and this is how the emoticons come out looking from ...
2
votes
0answers
113 views

sentiment analysis algorithm advice [closed]

I have implemented simple naive bayes classifier and k-nn for sentiment analysis. I am doing comparative study on algorithms for sentiment analysis. I want to implement one more algorithm for ...
-2
votes
1answer
79 views

Articles for text mining [closed]

I am looking for a news archive service, which can provide me news articles for last few years related to a specific company. It would be great if the articles are present in text files. I need the ...
2
votes
2answers
558 views

Sentiment Analysis on LARGE collection of online conversation text

The title says it all; I have an SQL database bursting at the seams with online conversation text. I've already done most of this project in Python, so I would like to do this using Python's NLTK ...
1
vote
1answer
918 views

sentiment analysis - wordNet , sentiWordNet lexicon

I need a list of positive and negative words with the weights assigned to words according to how strong and week they are. I have got : 1.) WordNet - It gives a + or - score for every word. 2.) ...
0
votes
1answer
515 views

Part-of-Speech Tagging with Lucene

I'm building an emotion recognition system for chat applications. In that the core part is finding the verb in the user entered text, which can be done with a part-of-speech tagger. Is it possible to ...
9
votes
3answers
2k views

What training data sources could be used for sentiment classification models?

I'm looking for ideas about data sources which have or could potentially be used. I'm not interested in pre-existing libraries or tools. Both annotated and unannotated data are of interest, for ...