Skip to content

Instantly share code, notes, and snippets.

@kattak
Last active January 14, 2017 05:49
Show Gist options
  • Save kattak/42e45cd6567eabeba6494c52775e9557 to your computer and use it in GitHub Desktop.
Save kattak/42e45cd6567eabeba6494c52775e9557 to your computer and use it in GitHub Desktop.

#Sentiment Analysis Options

####Alchemy

  • SDK :/

####Google Prediction API Developer Guide: https://cloud.google.com/prediction/docs/developer-guide#designrecommendations

Quickstart: https://cloud.google.com/prediction/docs/quickstart

Creating a Sentiment Analysis Model https://cloud.google.com/prediction/docs/sentiment_analysis

Experiment using a Google Spreadsheet https://docs.google.com/spreadsheets/d/1iB07Uz88nnRqKwhooN7mra5iEkYomCw7Z8XGc8fodTk/edit#gid=7

Locate the project ID and project number https://support.google.com/cloud/answer/6158840?hl=en

####Microsoft Text Analytics API https://www.microsoft.com/cognitive-services/en-us/text-analytics-api

-Only gives a positive or negative score between 0 and 1

There are Ruby gems that provide this Their models probably aren't that good https://github.com/7compass/sentimental

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment