I am doing some sentiment analysis on AirBnb public reviews. (Detailed Review Data). http://insideairbnb.com/get-the-data.html
So what I have is about 230,000 comments and reviews in the city of Barcelona and I'd like to carry out some sentiment analysis. So far I have managed to create an algorithm that counts positive and negative words and gives a net sentiment of each review. However, it has many flaws and I'd like to improve this analysis.
Which approach do you recommend to do in order to improve the quality of the net sentiment? I'm coding with R and I do not want something waaay too difficult to implement.
Thank you very much for your help!