I wrote the folllowing line in the getCleanReview function in clean_text.py->
new_tokens = [token for token in tokens if token not in en_stopwords or token==‘not’]
I also included the Bigram features but I’m not able to get a +ve review “the movie I saw was not bad.”
Pls help.