RubyGems Navigation menu

bow_tfidf 0.1.2

In information retrieval, tf–idf or TFIDF, short for term frequency–inverse document frequency, is a numerical statistic that is intended to reflect how important a word is to a document in a collection or corpus. It is often used as a weighting factor in searches of information retrieval, text mining, and user modeling. The tf–idf value increases proportionally to the number of times a word appears in the document and is offset by the number of documents in the corpus that contain the word, which helps to adjust for the fact that some words appear more frequently in general.

Gemfile:
=

install:
=

Versions:

  1. 0.1.2 April 09, 2019 (70 KB)
  2. 0.1.1 April 09, 2019 (16 KB)
  3. 0.1.0 April 08, 2019 (9 KB)

Development Dependencies (3):

bundler ~> 1.13
rake ~> 10.0
rspec >= 0

Owners:

Authors:

  • isidzukuri

SHA 256 checksum:

=

Total downloads 5,950

For this version 2,341

Version Released:

Licenses:

N/A

Required Ruby Version: >= 0

Links: