anay-joshi/python_projects

in wordcloud.py

Opened this issue · 0 comments

in line 83-- if word.lower() not in uninteresting_words : -- add .lower(), so it can put the work in lowercase and be accordingly to the unninteresting words list, because if not, some words like 'The' will get into even though 'the' is on the list