node-tense
Version:
Lookup the tense of a (regular or irregular) verb.
24 lines (23 loc) • 416 B
JSON
{
"name": "node-tense",
"version": "0.0.4",
"description": "Lookup the tense of a (regular or irregular) verb.",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"tense",
"verb",
"english",
"verb",
"phrase",
"pos",
"nlp"
],
"author": "Rob Ellis",
"license": "MIT"
}