Created
April 16, 2019 02:42
-
-
Save octoparse/6d9a5e8c1c6c0fbce0b3537ecfc03af2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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