Skip to content

Conversation

@Kev744
Copy link

@Kev744 Kev744 commented Mar 29, 2023

Correct "if item_lowercase == "no" and words_and_emoticons[i + 1].lower() in self.lexicon" to "if item_lowercase == "no" and i != len(words_and_emoticons)-1 and words_and_emoticons[i + 1].lower()" by the English version of Vader

Correct "if item_lowercase == "no" and words_and_emoticons[i + 1].lower() in self.lexicon" to "if item_lowercase == "no"  and i != len(words_and_emoticons)-1 and words_and_emoticons[i + 1].lower()" by the English version of Vader
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant