SQLite-Levenshtein
Distance calculator
A utility extension for computing string similarities between two sequences using the Levenshtein distance algorithm
Levenshtein distance function for SQLite
15 stars
2 watching
6 forks
Language: Shell
last commit: almost 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
turnerj/quickenshtein | A high-performance Levenshtein Distance calculator with SIMD and threading support. | 284 |
globalnamesarchitecture/damerau-levenshtein | Calculates edit distance between two strings using the Damerau-Levenshtein algorithm | 144 |
nektro/zig-leven | Calculates the difference between two strings using the Levenshtein distance algorithm | 7 |
agnivade/levenshtein | A Go implementation of the Levenshtein distance algorithm for string comparison | 359 |
ztane/python-levenshtein | Fast string computation and similarity functions for text analysis | 1,263 |
wooorm/levenshtein.c | An edit-distance algorithm implementation in C | 82 |
dbalatero/levenshtein-ffi | Fast string edit distance computation using the Damerau-Levenshtein algorithm | 149 |
agext/levenshtein | Calculates Levenshtein distance and similarity metrics between two strings | 86 |
sindresorhus/leven | A JavaScript implementation of the Levenshtein distance algorithm for measuring string similarity. | 715 |
cwarden/sqlite-distance | Calculates distance between two geographic points using latitude and longitude coordinates | 2 |
doukremt/distance | Library for comparing sequences of characters with various distance metrics. | 117 |
mljs/distance-matrix | Computes distance/similarity matrices using custom distance functions | 4 |
roy-ht/editdistance | A fast implementation of Levenshtein distance for calculating string similarity | 661 |
juliastats/distances.jl | A Julia package for evaluating distances between vectors and matrices | 433 |
feature23/stringsimilarity.net | A .NET port of Java string similarity library implementing various distance and similarity measures | 448 |