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 sentiment analysis. I have studied about maxent maximum entropy model , but i am not getting how to implement it. Can anyone guide me how to implement it or can provide any link that is useful.
My main aim is to classify facebook status or any sentence as positive or negative
And also if you know any other algorithm kindly suggest me with some guidance to implement it.