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

fix: avoid lookbehind regex for TF-IDF #198717

Merged
merged 1 commit into from
Nov 21, 2023
Merged

fix: avoid lookbehind regex for TF-IDF #198717

merged 1 commit into from
Nov 21, 2023

Conversation

rzhao271
Copy link
Contributor

@rzhao271 rzhao271 commented Nov 21, 2023

Fixes #197473 by using another approach to split camel-case words that doesn't use lookbehind regexes.

@rzhao271 rzhao271 self-assigned this Nov 21, 2023
@rzhao271 rzhao271 marked this pull request as ready for review November 21, 2023 17:51
@rzhao271 rzhao271 added this to the November 2023 milestone Nov 21, 2023
@rzhao271 rzhao271 merged commit 895666a into main Nov 21, 2023
7 checks passed
@rzhao271 rzhao271 deleted the rzhao271/fix-regex branch November 21, 2023 20:50
@github-actions github-actions bot locked and limited conversation to collaborators Jan 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

VS Code is stuck with infinite loading on Safari v16 and lower
2 participants