Skip to content

Instantly share code, notes, and snippets.

@octoparse
Created April 16, 2019 02:42
Show Gist options
  • Save octoparse/6d9a5e8c1c6c0fbce0b3537ecfc03af2 to your computer and use it in GitHub Desktop.
Save octoparse/6d9a5e8c1c6c0fbce0b3537ecfc03af2 to your computer and use it in GitHub Desktop.
# create empty dictionaries
word_count_dict = {}
word_count_positive = {}
word_count_negative= {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment