go-edlib
String comparator
A comprehensive Go library for calculating string similarity and edit distances between strings
📚 String comparison and edit distance algorithms library, featuring : Levenshtein, LCS, Hamming, Damerau levenshtein (OSA and Adjacent transpositions algorithms), Jaro-Winkler, Cosine, etc...
488 stars
13 watching
24 forks
Language: Go
last commit: over 2 years ago
Linked from 2 awesome lists
algorithmscosinedamerau-levenshteinedit-distanceedit-distance-algorithmsgogolanggolang-string-comparisonhammingjaro-winklerlcslcs-distancelevenshteinlevenshtein-distancesimilarity-measuresstring-comparisonstring-distancestring-matchingunicode
Related projects:
Repository | Description | Stars |
---|---|---|
| Fast string computation and similarity functions for text analysis | 1,265 |
| A Go implementation of the Levenshtein distance algorithm for string comparison | 364 |
| Calculates Levenshtein distance and similarity metrics between two strings | 86 |
| A .NET port of Java string similarity library implementing various distance and similarity measures | 452 |
| Calculates edit distance between two strings using the Damerau-Levenshtein algorithm | 145 |
| Library for comparing sequences of characters with various distance metrics. | 117 |
| An edit-distance algorithm implementation in C | 82 |
| Fast string edit distance computation using the Damerau-Levenshtein algorithm | 150 |
| Facilities to calculate the distance and similarity between strings using various algorithms | 61 |
| Provides fast string edit distance algorithms with C implementations using FFI bindings in Ruby. | 80 |
| This project provides a set of algorithms and implementations for natural language processing in Go. | 451 |
| A Go library for efficient string matching using compile-time glob patterns. | 968 |
| Calculates the difference between two strings using the Levenshtein distance algorithm | 7 |
| A collection of algorithms and data structures implemented in Go. | 806 |
| A Rust library providing optimized SIMD-based edit distance routines and string search algorithms with platform-dependent fallbacks. | 105 |