php-extended/polyfill-str-levenshtein
A php implementation of the levenshtein distance without length limitation
时间:2026-01-04 19:26
highsolutions/laravel-searchy
Laravel Searchy makes user driven searching easy with fuzzy search, basic string matching, Levenshtein Distance and more.
时间:2026-01-04 03:17
designbycode/fuzzy-search
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.
时间:2024-07-20 18:30
designbycode/levenshtein-distance
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.
时间:2024-07-20 18:14
nullform/fuzzio
Fuzzy search using similar_text() and levenshtein() functions. Easy to use and safe for multibyte encodings (UTF-8).
时间:2024-03-02 05:39
blessingk/searchy
Laravel Searchy makes user driven searching easy with fuzzy search, basic string matching, Levenshtein Distance and more.
时间:2023-04-13 22:55
invision-media/searchy
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.
时间:2019-03-26 03:55
v-bartusevicius/levenshtein-array-sort
Sorts haystack with strings by Levenshtein distance to needle
时间:2015-03-07 13:37
gpupo/similarity
Calculate the similarity between strings and numbers working in a different way from a diff tool
时间:2014-06-02 12:50
jfcherng/php-levenshtein-distance
Calculate the Levenshtein distance and edit progresses between two strings.
时间:未知
webd/language
A library for language processing. Includes string distance function (Levenshtein, Jaro-Winkler,...), stemming, etc.
时间:未知
oefenweb/damerau-levenshtein
Get text similarity level with Damerau-Levenshtein distance
时间:未知
edgaras/strsim
Collection of string similarity and distance algorithms in PHP including Levenshtein, Damerau-Levenshtein, Jaro-Winkler, and more
时间:未知