@nlpjs/nlu
Version:
Natural Language Understanding
35 lines (34 loc) • 834 B
JSON
{
"name": "@nlpjs/nlu",
"version": "5.0.0-alpha.5",
"description": "Natural Language Understanding",
"author": {
"email": "opensource@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": "opensource@axa.com",
"name": "Jesus Seijas"
}
],
"license": "MIT",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@nlpjs/core": "^5.0.0-alpha.5",
"@nlpjs/language-min": "^5.0.0-alpha.5",
"@nlpjs/neural": "^5.0.0-alpha.5",
"@nlpjs/similarity": "^5.0.0-alpha.5"
},
"gitHead": "1c0352fc9f95853327a97b92cf9237914326064e"
}