We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running this command multiple times generates unexpected different outputs:
fast_edit_distance.edit_distance( '€24,99|€ 20,65|€ 24,99|€4,34|€24,99|€ 24,99|€ 24,99|', '1' )
The text was updated successfully, but these errors were encountered:
It seems to happen because "€" is a non-ascii character.
Sorry, something went wrong.
Same problem with strings like edit_distance("!", "¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯")
edit_distance("!", "¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯")
Yes, it doesn't handle non-ascii character at the moment, will leave the issue open until fixed
No branches or pull requests
Running this command multiple times generates unexpected different outputs:
The text was updated successfully, but these errors were encountered: