Libraries tagged by levenshtein-distance
tom-lingham/searchy
368423 Downloads
Laravel Searchy makes user driven searching easy with fuzzy search, basic string matching, Levenshtein Distance and more.
oefenweb/damerau-levenshtein
226884 Downloads
Get text similarity level with Damerau-Levenshtein distance
highsolutions/laravel-searchy
30366 Downloads
Laravel Searchy makes user driven searching easy with fuzzy search, basic string matching, Levenshtein Distance and more.
php-extended/polyfill-str-levenshtein
157187 Downloads
A php implementation of the levenshtein distance without length limitation
henrik9999/string-similarity
8638 Downloads
Finds degree of similarity between two strings, based on Dice's Coefficient, which is mostly better than Levenshtein distance.
internetguru/laravel-smart-redirect
577 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.
datingvip/damerau-levenshtein
1613 Downloads
Get text similarity level with Damerau-Levenshtein distance
jfcherng/php-levenshtein-distance
3839 Downloads
Calculate the Levenshtein distance and edit progresses between two strings.
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.
jakeboyles/laravel-searchy
24 Downloads
Laravel Searchy makes user driven searching easy with fuzzy search, basic string matching, Levenshtein Distance and more.
invision-media/searchy
79 Downloads
Laravel Searchy makes user driven searching easy with fuzzy search, basic string matching, Levenshtein Distance and more. This fork makes it possible to change your database connection.
blessingk/searchy
17 Downloads
Laravel Searchy makes user driven searching easy with fuzzy search, basic string matching, Levenshtein Distance and more.
nullform/fuzzio
12 Downloads
Fuzzy search using similar_text() and levenshtein() functions. Easy to use and safe for multibyte encodings (UTF-8).
designbycode/fuzzy-search
9 Downloads
The Fuzzy Search package provides a simple and efficient way to perform fuzzy searches on a collection of texts using the Levenshtein distance algorithm. This package is useful when you need to search for texts that may contain typos or slight variations.
todayqq/searchy
1850 Downloads
Laravel Searchy makes user driven searching easy with fuzzy search, basic string matching, Levenshtein Distance and more.