Skip to content

Instantly share code, notes, and snippets.

@thomas4g
Created October 13, 2015 04:58
Show Gist options
  • Save thomas4g/04b5e9e7481baaf86231 to your computer and use it in GitHub Desktop.
Save thomas4g/04b5e9e7481baaf86231 to your computer and use it in GitHub Desktop.

Sentiment Analysis

  1. Tokenization
  2. Lowercase
  3. Other cleanup?
  4. Word Tagging (weight each word with pos/neg score depending on frequency and inverse doc frequency)
  5. Other Approaches
  6. Bigrams
  7. Trigrams
  8. Sentence Structure
  9. POS usage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment