TF-IDF

Text analysis library

A Ruby implementation of term frequency-inverse document frequency, used in natural language processing and text analysis.

Term Frequency - Inverse Document Frequency in Ruby

GitHub

35 stars
7 watching
6 forks
Language: Ruby
last commit: over 14 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
mchung/tf-idfCalculates term frequencies and their importance in a corpus using the TF-IDF algorithm.7
jpmckinney/tf-idf-similarityA Ruby gem for calculating the similarity between texts using tf-idf weights.749
josephwilk/rsemanticA Ruby document vector search system with support for flexible matrix transforms146
bbc/similarityCalculates similarity between pieces of text using TF-IDF weights115
reddavis/n-gramGenerates sequences of characters from a given text, useful for data analysis and modeling37
ocannings/tf-idfAn Elixir implementation of term frequency-inverse document frequency17
reddavis/naive-bayesA simple implementation of a Naive Bayes classifier for text classification tasks49
laserdisc-io/laserdiscA pure functional programming Redis client with strongly typed protocol and serialization94
twitter/twitter-cldr-rbA Ruby library providing Unicode-based formatting and localization tools for dates, numbers, currencies, and more.673
tonytonyjan/jaro_winklerAn implementation of the Jaro-Winkler distance algorithm to compare strings195
deepfryed/otsProvides Ruby bindings to an open text summarizer library.43
red-data-tools/red-chainerA deep learning framework implemented in Ruby104
egonw/rrdfBrings RDF and SPARQL functionality to R using the Jena libraries.29
ff-notes/ronImplementation of a replicated data type in Haskell for handling concurrent updates and maintaining consistency in distributed systems.65
theodi/csv2rdfConverts comma-separated values to RDF data format4