API server for TextBlob: Sentiment analysis, POS tagging, noun phrase extraction.
Stars
24
Forks
4
Watchers
24
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
24
commits
Merge branch 'master' of github.com:sguignot/textblob-api-server
a8dd713View on GitHubAdd direct link to the TextBlob homepage and api calls.
ae50303View on GitHubAdd missing command to run the api server when starting the ec2 instance the first time.
4749d94View on GitHubAdd setup script for EC2 (install nginx + config to work with ELB).
84520a9View on GitHubAdd nginx config for the docker host, used to work with Amazon ELB (ELB health checks won't pass without a web server installed on the docker's host).
6a9f118View on GitHubRemove redundant maintainer info from Dockerfile.upgrade
4bb2f14View on GitHubAdd a Dockerfile for upgrade docker image doing a simple git pull.
e29793aView on GitHubMerge branch 'master' of github.com:sguignot/textblob-api-server
da107a4View on GitHubAdd link to the repo and to docker in the footer of the demo page.
07f68bfView on GitHubAdd the docker installation commands to the README.
9d3f70fView on GitHub