Skip to content

Instantly share code, notes, and snippets.

@ravikiranj
Created June 2, 2012 19:25
Show Gist options
  • Select an option

  • Save ravikiranj/2859654 to your computer and use it in GitHub Desktop.

Select an option

Save ravikiranj/2859654 to your computer and use it in GitHub Desktop.
Sample Feature Vector for SVM
Sentence = AT_USER i heard about that contest! congrats girl!!
Feature Vector
==============
hey',.....'heard','congrats', .... 'bombs', 'strange', 'australian', 'women', 'drink', 'head', 'hurts', 'bloodwork'
0 1 1 0 0 0 0 0 0 0 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment