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: 5 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 | 488 |
jrobertson/chronic_between | A Ruby library for parsing natural language date and time ranges | 28 |
feature23/stringsimilarity.net | A .NET port of Java string similarity library implementing various distance and similarity measures | 452 |
tonytonyjan/exif | Fast Ruby EXIF reader | 150 |
dbalatero/levenshtein-ffi | Fast string edit distance computation using the Damerau-Levenshtein algorithm | 150 |
djo/algorithms | A collection of basic algorithms implemented in Ruby | 72 |
apohllo/string_pl | Provides custom case handling and comparison functionality for Polish strings in Ruby 1.9 | 10 |
henrypoydar/chronic_duration | An elasped time parser for natural language inputs in Ruby | 352 |
colinsurprenant/hotwater | Provides fast string edit distance algorithms with C implementations using FFI bindings in Ruby. | 80 |
brianmario/yajl-ruby | A C-based JSON parsing and encoding library for Ruby | 1,479 |
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 | 722 |
oxigraph/rio | Provides low-level parsers and formatters for various RDF file formats. | 85 |
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. | 749 |