enter image description hereAs you can see in the image, in the Pycharm, some codes are not light on... lilke line2 or line 5 , etc.
line 2 import sys
line 5 import csv
Do you know the reason?
# Need this for language determination
import sys
# Need this for reading csv file
import csv
# Need this for converting all texts into lowercase
import re
# Need this for tokenization
from nltk import wordpunct_tokenize
from nltk.corpus import stopwords
import nltk