weightedtextrank
Version:
TextRank algorithm from Google syntax data with optional weighting function
27 lines (26 loc) • 697 B
JSON
{
"name": "weightedtextrank",
"version": "1.2.1",
"description": "TextRank algorithm from Google syntax data with optional weighting function",
"main": "wTextRank.js",
"dependencies": {},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheophileMot/weightedTextRank.git"
},
"keywords": [
"TextRank",
"computational",
"linguistics"
],
"author": "Timothy Mott",
"license": "MIT",
"bugs": {
"url": "https://github.com/TheophileMot/weightedTextRank/issues"
},
"homepage": "https://github.com/TheophileMot/weightedTextRank#readme"
}