Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore case in regex in preprocessor #27

Open
bcroy opened this issue Sep 17, 2024 · 0 comments
Open

Ignore case in regex in preprocessor #27

bcroy opened this issue Sep 17, 2024 · 0 comments

Comments

@bcroy
Copy link

bcroy commented Sep 17, 2024

text = re.sub(r"@[A-Z,0-9]+", "@user", text)

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant