nlpsum
Version:
Powerful text summarization algorithms from research papers and dedicated research.
43 lines (42 loc) • 859 B
JSON
{
"author": {
"name": "Julien Loutre",
"email": "julien@twenty-six-medias.com",
"url": "http://www.twenty-six-medias.com/"
},
"name": "nlpsum",
"description": "Powerful text summarization algorithms from research papers and dedicated research.",
"version": "0.1.15",
"keywords": [
"nlp",
"summary",
"summarization",
"natural",
"text",
"article",
"algorithm"
],
"homepage": "https://github.com/26medias/nlpsum",
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/26medias/nlpsum/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "git://github.com/26medias/nlpsum.git"
},
"main": "nlpsum.js",
"engines": {
"node": "*"
},
"dependencies": {
"underscore": "latest",
"natural": "latest",
"pos": "latest",
"glossary": "latest",
"WNdb": "latest"
},
"readmeFilename": "README.md"
}