nlpsum
Version:
Powerful text summarization algorithms from research papers and dedicated research.
21 lines (19 loc) • 508 B
JSON
{
"name": "pos",
"description": "fasttag part of speech tagger implementation",
"keywords": ["nlp", "pos", "part of speech", "jspos", "fasttag"],
"author": "Percy Wegmann",
"version": "0.1.3",
"licenses": [{
"type": "LGPL",
"url": "http://www.gnu.org/licenses/lgpl.html"
}],
"repository": {
"type": "git",
"url": "https://gerad@github.com/fortnightlabs/pos-js.git"
},
"engines": {
"node": ">=0"
},
"main": "./main.js"
}