going_the_distance
Word distance calculator
A Ruby library implementing algorithms for calculating the cost of changing one word into another
Distance Measurements are Awesome!
61 stars
5 watching
6 forks
Language: Ruby
last commit: about 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
radar/distance_of_time_in_words | A gem providing an improved implementation of the distance of time in words functionality | 522 |
colinsurprenant/hotwater | A Ruby library providing fast string edit distance algorithms | 81 |
pkinney/distance | Provides functions to calculate distances between points and lines in 2D and 3D spaces | 62 |
globalnamesarchitecture/damerau-levenshtein | Calculates edit distance between two strings using the Damerau-Levenshtein algorithm | 144 |
juliastats/distances.jl | A Julia package for evaluating distances between vectors and matrices | 433 |
wooorm/levenshtein.c | An edit-distance algorithm implementation in C | 82 |
nektro/zig-leven | Calculates the difference between two strings using the Levenshtein distance algorithm | 7 |
agnivade/levenshtein | A Go implementation of the Levenshtein distance algorithm for string comparison | 362 |
doukremt/distance | Library for comparing sequences of characters with various distance metrics. | 117 |
dbalatero/levenshtein-ffi | Fast string edit distance computation using the Damerau-Levenshtein algorithm | 149 |
mljs/distance-matrix | Computes distance/similarity matrices using custom distance functions | 4 |
c404/distance-matrix-api | Provides a set of APIs to calculate distances and travel times between locations using Google's Distance Matrix API | 30 |
src-d/wmd-relax | Calculates distances between documents based on word embeddings | 460 |
roy-ht/editdistance | A fast implementation of Levenshtein distance for calculating string similarity | 661 |
mkusner/wmd | Calculates a measure of document similarity based on word embeddings | 538 |