levenshtein
Levenshtein distance calculator
A Go implementation of the Levenshtein distance algorithm for string comparison
Go implementation to calculate Levenshtein Distance.
364 stars
9 watching
28 forks
Language: Go
last commit: 6 months ago
Linked from 2 awesome lists
golanglevenshteinlevenshtein-distance
Related projects:
Repository | Description | Stars |
---|---|---|
| Calculates the difference between two strings using the Levenshtein distance algorithm | 7 |
| A high-performance Levenshtein Distance calculator with SIMD and threading support. | 285 |
| A utility extension for computing string similarities between two sequences using the Levenshtein distance algorithm | 15 |
| Calculates edit distance between two strings using the Damerau-Levenshtein algorithm | 145 |
| Calculates Levenshtein distance and similarity metrics between two strings | 86 |
| An edit-distance algorithm implementation in C | 82 |
| A JavaScript implementation of the Levenshtein distance algorithm for measuring string similarity. | 718 |
| A comprehensive Go library for calculating string similarity and edit distances between strings | 488 |
| Fast string edit distance computation using the Damerau-Levenshtein algorithm | 150 |
| Library for comparing sequences of characters with various distance metrics. | 117 |
| Fast string computation and similarity functions for text analysis | 1,265 |
| A Ruby library implementing algorithms for calculating the cost of changing one word into another | 61 |
| Calculates distances and locations on an ellipsoid. | 63 |
| A fast implementation of Levenshtein distance for calculating string similarity | 664 |
| A Go wrapper around a popular geospatial data abstraction library. | 291 |