tf-idf

1.0.0 • Public • Published

tf-idf

This module returns the rank of each test document in a folder according to the tf-idf algorithm for a particular search term.

Installation

$ npm install tf-idf

Usage

var tfidf = require('tf-idf');

tfidf.getRank('path/to/directory', 'search-term', function (err, docRank) { });

docRank = [{'file':, 'tfidf':}

Package Sidebar

Install

npm i tf-idf

Weekly Downloads

7

Version

1.0.0

License

ISC

Last publish

Collaborators

  • sachinb94