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: fix flashtext #1108

Merged
merged 3 commits into from
Apr 27, 2023
Merged

fix: fix flashtext #1108

merged 3 commits into from
Apr 27, 2023

Conversation

raphael0202
Copy link
Collaborator

Integrate flashtext into Robotoff codebase to fix vi3k6i5/flashtext#119
Lowercasing can change string length if the letter İ is present in the string: the lowercased version of İis of length 2.
We update flashtext to take into account character index shift when this letter is present in the string.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment