job-recognition
Version:
Library for finding all job titles in an arbitrary piece of text.
27 lines (26 loc) • 605 B
JSON
{
"name": "job-recognition",
"version": "1.1.5",
"description": "Library for finding all job titles in an arbitrary piece of text.",
"main": "./index.js",
"scripts": {
"test": "node ./test/test.js"
},
"repository": {
"type": "git",
"url": "git://github.com/R3TT/job-recognition.git",
"web": "https://github.com/R3TT/job-recognition"
},
"keywords": [
"name",
"recognition",
"ner",
"nlp"
],
"author": "Rett Crocker <rett@rettcrocker.com> (http://zapgun.com/)",
"license": "ISC",
"dependencies": {
"lodash": "^4.17.10",
"pos": "^0.4.2"
}
}