jaro_winkler
String comparison library
An implementation of the Jaro-Winkler distance algorithm to compare strings
Ruby & C implementation of Jaro-Winkler distance algorithm which supports UTF-8 string.
195 stars
9 watching
29 forks
Language: Ruby
last commit: 3 months ago
Linked from 1 awesome list
algorithmjaro-winklerjaro-winkler-distanceruby
Related projects:
Repository | Description | Stars |
---|---|---|
hbollon/go-edlib | A comprehensive Go library for calculating string similarity and edit distances between strings | 481 |
jrobertson/chronic_between | A Ruby library for parsing natural language date and time ranges | 27 |
feature23/stringsimilarity.net | A .NET port of Java string similarity library implementing various distance and similarity measures | 448 |
tonytonyjan/exif | Fast Ruby EXIF reader | 150 |
dbalatero/levenshtein-ffi | Fast string edit distance computation using the Damerau-Levenshtein algorithm | 149 |
djo/algorithms | A collection of basic algorithms implemented in Ruby | 72 |
apohllo/string_pl | Improves case conversion and comparison in Ruby 1.9 for non-English languages | 10 |
henrypoydar/chronic_duration | An elasped time parser for natural language inputs in Ruby | 351 |
colinsurprenant/hotwater | Fast Ruby FFI bindings for efficient string edit distance algorithms | 81 |
brianmario/yajl-ruby | A C-based JSON parsing and encoding library for Ruby | 1,480 |
dlackty/pangu.rb | Automatically inserts whitespace between specific character types to improve text readability | 17 |
kumar91gopi/algorithms-and-data-structures-in-ruby | Implementations of various algorithms and data structures in Ruby | 719 |
oxigraph/rio | Provides low-level parsers and formatters for various RDF file formats. | 87 |
reddavis/tf-idf | A Ruby implementation of term frequency-inverse document frequency, used in natural language processing and text analysis. | 35 |
jpmckinney/tf-idf-similarity | A Ruby gem for calculating the similarity between texts using tf-idf weights. | 748 |