/textblob-api-server

API server for TextBlob: Sentiment analysis, POS tagging, noun phrase extraction.

Primary LanguagePythonMIT LicenseMIT

textblob-api-server

This is just TextBlob + flask + ajax = Live sentiment analysis while you're typing

Install and run

From the docker repository:

docker run sguignot/textblob-api-server
You can also build a docker image from the Dockerfile:
docker build https://raw.github.com/sguignot/textblob-api-server/master/Dockerfile