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 8 years ago
Linked from 1 awesome list
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A high-performance Levenshtein Distance calculator with SIMD and threading support. | 285 |
| | Calculates edit distance between two strings using the Damerau-Levenshtein algorithm | 145 |
| | Calculates the difference between two strings using the Levenshtein distance algorithm | 7 |
| | A Go implementation of the Levenshtein distance algorithm for string comparison | 364 |
| | Fast string computation and similarity functions for text analysis | 1,265 |
| | An edit-distance algorithm implementation in C | 82 |
| | Fast string edit distance computation using the Damerau-Levenshtein algorithm | 150 |
| | Calculates Levenshtein distance and similarity metrics between two strings | 86 |
| | A JavaScript implementation of the Levenshtein distance algorithm for measuring string similarity. | 718 |
| | Calculates distance between two geographic points using latitude and longitude coordinates | 2 |
| | Library for comparing sequences of characters with various distance metrics. | 117 |
| | Computes distance/similarity matrices using custom distance functions | 4 |
| | A fast implementation of Levenshtein distance for calculating string similarity | 664 |
| | A Julia package for evaluating distances between vectors and matrices | 435 |
| | A .NET port of Java string similarity library implementing various distance and similarity measures | 452 |