Fast implementation of the edit distance(Levenshtein distance)
The Levenshtein Python C extension module contains functions for fast computation of Levenshtein distance and string similarity
Similarity or Distance Metrics, e.g. Levenshtein, for Java
#算法刷题#Implementation of various string similarity and distance algorithms: Levenshtein, Jaro-winkler, n-Gram, Q-Gram, Jaccard index, Longest Common Subsequence edit distance, cosine similarity ...
Go implementation to calculate Levenshtein Distance.
Lightweight, super fast C/C++ (& Python) library for sequence alignment using edit (Levenshtein) distance.
Rapid fuzzy string matching in C++ using the Levenshtein Distance
The fastest implementation of Levenshtein distance in JS/TS.
Finds degree of similarity between two strings, based on Dice's Coefficient, which is mostly better than Levenshtein distance.
Calculates edit distance using Damerau-Levenshtein algorithm
#算法刷题#Rust edit distance routines accelerated using SIMD. Supports fast Hamming, Levenshtein, restricted Damerau-Levenshtein, etc. distance calculations and string search.
The Levenshtein Python C extension module contains functions for fast computation of Levenshtein distance and string similarity
The Levenshtein Python C extension module contains functions for fast computation of Levenshtein distance and string similarity
Category on NSString that calculates the Damerau-Levenshtein distance
#算法刷题#📚 String comparison and edit distance algorithms library, featuring : Levenshtein, LCS, Hamming, Damerau levenshtein (OSA and Adjacent transpositions algorithms), Jaro-Winkler, Cosine, etc...
The most efficient JS implementation calculating the Levenshtein distance, i.e. the difference between two strings.
Measure the difference between two strings with the fastest JS implementation of the Levenshtein distance algorithm
Making the quickest and most memory efficient implementation of Levenshtein Distance with SIMD and Threading support
General Levenshtein algorithm and k-bounded Levenshtein distance in linear time and constant space. Implementation in C as UDFs for MySQL🐬 and MariaDB🦭