I’m doing a project, on Google Colab, where I use the following version:
!pip install "gensim==4.2.0" !pip install "texthero==1.0.5"
Until recently, I received the following warning:
FutureWarning: The default value of regex will change from True to False in a future version.
return input.str.replace(r”^d+s|sd+s|sd+$”, ” “)
But the execution worked normally. Now, I’m getting the following error:
How should I proceed?
I tried different versions, but the problem persists.