AttributeError: 'list' object has no attribute 'lower'


Hmmmmm. Need your help pls. Should i convert to lowercase?
@balaji.ambresh sir can u have a look pls

Solved it:
The solution lies in the sentence=remove_stopwords(sentence)
So if it helps anyone pls check that

  • Use the remove_stopwords function in each sentence.
    thank u