sloria / TextBlob

Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation, and more.
https://textblob.readthedocs.io/
MIT License
9.11k stars 1.13k forks source link

Too much time taking to execute TextBlob.correct() #386

Open debjyoti003 opened 3 years ago

debjyoti003 commented 3 years ago

I am applying this method for spelling correction on some text present in a csv file, but the code is still running, it's been more than 30 minutes, and even now it is running. Can someone please points out what needs to be done in this case and why is it taking this much of time?

nadamaisara commented 1 year ago

same issue here. did u ever find out what might be the problem?