You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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|\s\d+\s|\s\d+$", " ")
But the execution worked normally. Now, I'm getting the following error:
How should I proceed?
The text was updated successfully, but these errors were encountered:
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|\s\d+\s|\s\d+$", " ")
But the execution worked normally. Now, I'm getting the following error:
How should I proceed?
The text was updated successfully, but these errors were encountered: