tf-idf-similarity
Text similarity calculator
A Ruby gem for calculating the similarity between texts using tf-idf weights.
Ruby gem to calculate the similarity between texts using tf*idf
748 stars
23 watching
64 forks
Language: Ruby
last commit: 9 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
bbc/similarity | Calculates similarity between pieces of text using TF-IDF weights | 115 |
mchung/tf-idf | Calculates term frequencies and their importance in a corpus using the TF-IDF algorithm. | 7 |
reddavis/tf-idf | A Ruby implementation of term frequency-inverse document frequency, used in natural language processing and text analysis. | 35 |
tonytonyjan/jaro_winkler | An implementation of the Jaro-Winkler distance algorithm to compare strings | 195 |
ztane/python-levenshtein | Fast string computation and similarity functions for text analysis | 1,263 |
pharo-ai/tf-idf | An implementation of TF-IDF in Smalltalk for natural language processing and text analysis tasks. | 3 |
analyzeplatypus/translitkit | A Ruby framework for converting Hebrew text to English using phoneme maps | 7 |
ocannings/tf-idf | An Elixir implementation of term frequency-inverse document frequency | 17 |
threedaymonk/text | A collection of text algorithms and similarity measures | 586 |
abhidsm/time_diff | A Ruby gem that calculates the difference between two times in terms of years, months, weeks, days, hours, minutes, and seconds. | 146 |
tkellen/ruby-ngram | Breaks text into contiguous sequences of words or phrases | 12 |
yoshoku/hnswlib.rb | Provides Ruby bindings for a C++ library implementing approximate nearest neighbor search | 15 |
feature23/stringsimilarity.net | A .NET port of Java string similarity library implementing various distance and similarity measures | 448 |
josephwilk/rsemantic | A Ruby document vector search system with support for flexible matrix transforms | 146 |
doukremt/distance | Library for comparing sequences of characters with various distance metrics. | 117 |