Libraries tagged by levenshtein distance
oefenweb/damerau-levenshtein
298791 Downloads
Get text similarity level with Damerau-Levenshtein distance
edgaras/strsim
87700 Downloads
Collection of string similarity and distance algorithms in PHP including Levenshtein, Damerau-Levenshtein, Jaro-Winkler, and more
tom-lingham/searchy
375270 Downloads
Laravel Searchy makes user driven searching easy with fuzzy search, basic string matching, Levenshtein Distance and more.
webd/language
196965 Downloads
A library for language processing. Includes string distance function (Levenshtein, Jaro-Winkler,...), stemming, etc.
jfcherng/php-levenshtein-distance
18065 Downloads
Calculate the Levenshtein distance and edit progresses between two strings.
bl4ckbon3/strsim
68211 Downloads
Collection of string similarity and distance algorithms in PHP including Levenshtein, Damerau-Levenshtein, Jaro-Winkler, and more
highsolutions/laravel-searchy
51835 Downloads
Laravel Searchy makes user driven searching easy with fuzzy search, basic string matching, Levenshtein Distance and more.
php-extended/polyfill-str-levenshtein
201038 Downloads
A php implementation of the levenshtein distance without length limitation
henrik9999/string-similarity
16510 Downloads
Finds degree of similarity between two strings, based on Dice's Coefficient, which is mostly better than Levenshtein distance.
nullform/fuzzio
692 Downloads
Fuzzy search using similar_text() and levenshtein() functions. Easy to use and safe for multibyte encodings (UTF-8).
gpupo/similarity
7329 Downloads
Calculate the similarity between strings and numbers working in a different way from a diff tool
internetguru/laravel-smart-redirect
1457 Downloads
A configurable Laravel 11 middleware package that handles URL redirection based on defined routes and uses Levenshtein distance to find the closest matching route for 404 errors.
zbmowrey/weighted-levenshtein
0 Downloads
Weighted Levenshtein, Optimal String Alignment, and Damerau-Levenshtein distance for PHP 8.4+ — a port of infoscout/weighted-levenshtein.
designbycode/levenshtein-distance
110 Downloads
The LevenshteinDistance class provides a method to calculate the Levenshtein distance between two strings. The Levenshtein distance is a measure of the minimum number of single-character edits (insertions, deletions, or substitutions) required to change one word into the other.
datingvip/damerau-levenshtein
4078 Downloads
Get text similarity level with Damerau-Levenshtein distance