The Python Sentiment API Project will allow you to implement Natural Language Processing sentiment analysis in any programming language. That is, passing a piece of human wrote text (like a tweet) and getting back a score representing how negative or positive the statement is about a topic.
Features
- Scikit-learn based
- JSON Based REST API
- 1500/second on a single core machine
- Trained on movie reviews
- 88% accuracy
See also What is NLP?