SQLite-Levenshtein

Distance calculator

A utility extension for computing string similarities between two sequences using the Levenshtein distance algorithm

Levenshtein distance function for SQLite

GitHub

15 stars
2 watching
6 forks
Language: Shell
last commit: almost 9 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
turnerj/quickenshteinA high-performance Levenshtein Distance calculator with SIMD and threading support.285
globalnamesarchitecture/damerau-levenshteinCalculates edit distance between two strings using the Damerau-Levenshtein algorithm145
nektro/zig-levenCalculates the difference between two strings using the Levenshtein distance algorithm7
agnivade/levenshteinA Go implementation of the Levenshtein distance algorithm for string comparison364
ztane/python-levenshteinFast string computation and similarity functions for text analysis1,265
wooorm/levenshtein.cAn edit-distance algorithm implementation in C82
dbalatero/levenshtein-ffiFast string edit distance computation using the Damerau-Levenshtein algorithm150
agext/levenshteinCalculates Levenshtein distance and similarity metrics between two strings86
sindresorhus/levenA JavaScript implementation of the Levenshtein distance algorithm for measuring string similarity.718
cwarden/sqlite-distanceCalculates distance between two geographic points using latitude and longitude coordinates2
doukremt/distanceLibrary for comparing sequences of characters with various distance metrics.117
mljs/distance-matrixComputes distance/similarity matrices using custom distance functions4
roy-ht/editdistanceA fast implementation of Levenshtein distance for calculating string similarity664
juliastats/distances.jlA Julia package for evaluating distances between vectors and matrices435
feature23/stringsimilarity.netA .NET port of Java string similarity library implementing various distance and similarity measures452