Skip to content

Instantly share code, notes, and snippets.

@ravikiranj
Created May 8, 2012 21:13
Show Gist options
  • Select an option

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

Select an option

Save ravikiranj/2639341 to your computer and use it in GitHub Desktop.
tweets Variable
tweets = [(['hey', 'cici', 'luv', 'mixtape', 'drop', 'soon', 'fantasy', 'ride'], 'positive'),
(['heard', 'congrats'], 'positive'),
(['ncaa', 'franklin', 'wild'], 'positive'),
(['share', 'jokes', 'quotes', 'music', 'photos', 'news', 'articles', 'facebook', 'twitter'], 'neutral'),
(['night', 'twitter', 'thelegionofthefallen', 'cimes', 'awfully'], 'neutral'),
(['finished', 'mi', 'run', 'pace', 'gps', 'nikeplus', 'makeitcount'], 'neutral'),
(['disappointing', 'day', 'attended', 'car', 'boot', 'sale', 'raise', 'funds', 'sanctuary',
'total', 'entry', 'fee', 'sigh'], 'negative'),
(['taking', 'irish', 'car', 'bombs', 'strange', 'australian', 'women', 'drink', 'head',
'hurts'], 'negative'),
(['bloodwork', 'arm', 'hurts'], 'negative')]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment