morrr-node-pos
Version:
Node.js module to analyze parts of speech
16 lines (15 loc) • 393 B
JSON
{
"name": "morrr-node-pos",
"version": "0.0.4",
"description": "Node.js module to analyze parts of speech",
"main": "nodepos.js",
"author": "James H. Edwards",
"keywords": ["parts-of-speech", "grammar", "text", "analysis", "English"],
"repository": {
"type": "git",
"url": "https://github.com/Petvetbook/NodePOS"
},
"engines": {
"node": "*"
}
}