1.0.0 • Published 9 years ago

relevant-article v1.0.0

Weekly downloads
5
License
MIT
Repository
github
Last release
9 years ago

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));