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
For example, the text "@realDonaldTrump and @KamalaHarris are running for president" is preprocessed to "@realDonaldTrump and @useramalaHarris are running for president"
This could be fixed by passing flags=re.IGNORECASE) to the re.sub call.
The text was updated successfully, but these errors were encountered:
tweetnlp/tweetnlp/util.py
Line 17 in 68b08c8
For example, the text
"@realDonaldTrump and @KamalaHarris are running for president"
is preprocessed to"@realDonaldTrump and @useramalaHarris are running for president"
This could be fixed by passing
flags=re.IGNORECASE)
to there.sub
call.The text was updated successfully, but these errors were encountered: