editdistance
String Distance Library
A fast implementation of Levenshtein distance for calculating string similarity
Fast implementation of the edit distance(Levenshtein distance)
664 stars
18 watching
62 forks
Language: C++
last commit: over 1 year ago Related projects:
| Repository | Description | Stars |
|---|---|---|
| | Calculates edit distance between two strings using the Damerau-Levenshtein algorithm | 145 |
| | An edit-distance algorithm implementation in C | 82 |
| | Calculates Levenshtein distance and similarity metrics between two strings | 86 |
| | Fast string edit distance computation using the Damerau-Levenshtein algorithm | 150 |
| | A high-performance Levenshtein Distance calculator with SIMD and threading support. | 285 |
| | Library for comparing sequences of characters with various distance metrics. | 117 |
| | A Rust library providing optimized SIMD-based edit distance routines and string search algorithms with platform-dependent fallbacks. | 105 |
| | A JavaScript implementation of the Levenshtein distance algorithm for measuring string similarity. | 718 |
| | Provides fast string edit distance algorithms with C implementations using FFI bindings in Ruby. | 80 |
| | A collection of edit distance algorithms and similarity measures for text sequences | 16 |
| | A utility extension for computing string similarities between two sequences using the Levenshtein distance algorithm | 15 |
| | Fast string computation and similarity functions for text analysis | 1,265 |
| | A comprehensive Go library for calculating string similarity and edit distances between strings | 488 |
| | A Go implementation of the Levenshtein distance algorithm for string comparison | 364 |
| | A .NET port of Java string similarity library implementing various distance and similarity measures | 452 |