'TextBlob' object has no attribute 'detect_language'

76 Views Asked by At

i used : words=TextBlob(text_) lan=words.detect_language() in my code and it displays TextBlob object has no attribute detect_language as error i have tried various modifications from chatgpt and other sites....still facing same error

0

There are 0 best solutions below