UNPKG

text-rank-tag

Version:

The TextRank algorithm that automagically creates a tag cloud from text

6 lines (5 loc) 137 B
exports.WordObj = function(index, word, isIncluded) { this.index = index; this.word = word; this.isIncluded = isIncluded; };