Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am looking for a sentiment analysis script / soyurce code preferably in PHP. Do you know of any such script? Thanks, Sameer

share|improve this question

2 Answers

up vote 3 down vote accepted

PHP/ir is a great blog for this kind of stuff, and has a post on a basic bayesian sentiment classifier.

share|improve this answer

phpInsight is an open source sentiment classifier in php based on the blog post recommended above.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.