@nlpjs/nlp
Version:
Natural Language Processing
37 lines (36 loc) • 846 B
JSON
{
"name": "@nlpjs/nlp",
"version": "4.21.3",
"description": "Natural Language Processing",
"author": {
"email": "jesus.seijas@axa.com",
"name": "Jesus Seijas"
},
"repository": {
"type": "git",
"url": "git+https://github.com/axa-group/nlp.js.git"
},
"bugs": {
"url": "https://github.com/axa-group/nlp.js/issues"
},
"maintainers": [
{
"email": "jesus.seijas@axa.com",
"name": "Jesus Seijas"
}
],
"license": "MIT",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@nlpjs/core": "^4.21.1",
"@nlpjs/ner": "^4.21.1",
"@nlpjs/nlg": "^4.21.1",
"@nlpjs/nlu": "^4.21.3",
"@nlpjs/sentiment": "^4.21.1",
"@nlpjs/slot": "^4.21.1"
},
"gitHead": "d25c371a1095107d1d83a58b579c3913913908c6"
}