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

DamerauLevenshtein #20

Open
matthieugomez opened this issue Sep 12, 2021 · 1 comment
Open

DamerauLevenshtein #20

matthieugomez opened this issue Sep 12, 2021 · 1 comment

Comments

@matthieugomez
Copy link

Just wanted to signal that the distance DamerauLevenshtein defined in the StringDistances actually corresponds to the Optimal String Alignement distance.

In StringDistances 0.11, DamerauLevenshtein will return the true Damerau-Levenshtein distance between two strings. You can use OptimalStringAlignement to get the old version of DamerauLavenshtein.

@ericphanson
Copy link
Member

Sounds good, thanks for the heads up!

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

2 participants