relevant-article

1.0.0 • Public • Published

relevant-article

Compare

Compares keyword density of articles to attempt to determine how similar the articles are. The 100 most common English words are excluded. Values range from 0 (for not at all the same) to 1 (for the same).

var RelevantArticle = require('relevant-article');
console.log(RelevantArticle.compare(str1, str2));

/relevant-article/

    Package Sidebar

    Install

    npm i relevant-article

    Weekly Downloads

    1

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • iamchairs