Libraries tagged by levenshtein
oefenweb/damerau-levenshtein
239024 Downloads
Get text similarity level with Damerau-Levenshtein distance
fza/mysql-doctrine-levenshtein-function
103366 Downloads
Provides the `LEVENSHTEIN()` and `LEVENSHTEIN_RATIO()` MySQL functions for Doctrine2.
atomescrochus/laravel-string-similarities
130288 Downloads
Compare two string and get a similarity percentage
webd/language
163230 Downloads
A library for language processing. Includes string distance function (Levenshtein, Jaro-Winkler,...), stemming, etc.
tom-lingham/searchy
370567 Downloads
Laravel Searchy makes user driven searching easy with fuzzy search, basic string matching, Levenshtein Distance and more.
keinos/mb_levenshtein
25511 Downloads
Levenshtein function with UTF-8 support.
gordonlesti/levenshtein
54699 Downloads
rap2hpoutre/similar-text-finder
77264 Downloads
Fuzzy Search, similar text finder: "Did you mean `foo` ?"
edgaras/strsim
1809 Downloads
Collection of string similarity and distance algorithms in PHP including Levenshtein, Damerau-Levenshtein, Jaro-Winkler, and more
highsolutions/laravel-searchy
37515 Downloads
Laravel Searchy makes user driven searching easy with fuzzy search, basic string matching, Levenshtein Distance and more.
php-extended/polyfill-str-levenshtein
167258 Downloads
A php implementation of the levenshtein distance without length limitation
jfcherng/php-levenshtein-distance
5399 Downloads
Calculate the Levenshtein distance and edit progresses between two strings.
glanchow/doctrine-fuzzy
34667 Downloads
Doctrine2 DQL fuzzy functions
gpupo/similarity
7082 Downloads
Calculate the similarity between strings and numbers working in a different way from a diff tool
henrik9999/string-similarity
10891 Downloads
Finds degree of similarity between two strings, based on Dice's Coefficient, which is mostly better than Levenshtein distance.