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

rewrite Damerau levenshtein #57

Closed
wants to merge 1 commit into from
Closed

Commits on Dec 27, 2023

  1. reimplement damerau levenshtein distance

    This reimplements the damerau levenshtein distance based on the paper
    `Linear space string correction algorithm using the Damerau-Levenshtein distance`
    from Chunchun Zhao and Sartaj Sahni.
    
    This improves the memory usage from O(N*M) to O(N+M)
    maxbachmann committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    edd5937 View commit details
    Browse the repository at this point in the history