UNPKG

text-rank-tag

Version:

The TextRank algorithm that automagically creates a tag cloud from text

38 lines (37 loc) 784 B
{ "name": "text-rank-tag", "version": "0.0.1", "description": "The TextRank algorithm that automagically creates a tag cloud from text", "author": "Uriel Avalos <uri@frankandrobot.com>", "scripts": { "test": "jasmine-node tests" }, "main": "./main.js", "repository": { "type": "git", "url": "https://github.com/frankandrobot/text-rank" }, "bugs": { "url": "https://github.com/frankandrobot/text-rank/issues" }, "keywords": [ "pagerank", "textrank", "tag", "cloud", "nlp", "natural", "language", "processing" ], "dependencies": { "pos": "~0.1.7-2", "underscore": "~1.7.0" }, "devDependencies": { "debug": "~2.1.1", "jasmine-node": "^1.14.5" }, "analyze": true, "license": "Apache" }