Merge branch '6-t3-1-re-training-of-general-model-based-on-normalized-corpus' into 'master'
6 t3 1 re training of general model based on normalized corpus See merge request !1
Showing
.env
0 → 100644
Dockerfile
0 → 100644
docker-compose-dev.yml
0 → 100644
docker-compose.yml
0 → 100644
lib/util/checker.test.js
0 → 100644
{ | ||
"name": "linstt-poc-socgen", | ||
"name": "linstt-poc", | ||
"version": "0.0.1", | ||
"description": "An orchestrator for socgen", | ||
"description": "An orchestrator for enhancement - transcript", | ||
"main": "app.js", | ||
"scripts": { | ||
"start": "node app.js", | ||
"test": "xo && jest", | ||
"test:watch": "jest --watch", | ||
"ci": "yarn && xo && jest --runInBand" | ||
"ci": "yarn && xo && jest --runInBand", | ||
"xo:fix": "xo --fix" | ||
}, | ||
"dependencies": { | ||
"body-parser": "^1.18.2", | ||
"express": "^4.16.2", | ||
"xmlhttprequest": "1.8.0" | ||
"express-fileupload": "^0.3.0", | ||
"request": "^2.83.0" | ||
}, | ||
"devDependencies": { | ||
"jest": "20.0.0", | ||
... | ... | @@ -20,11 +22,14 @@ |
"sinon": "^4.0.2" | ||
}, | ||
"xo": { | ||
"space": true | ||
"space": true, | ||
"envs": [ | ||
"jest" | ||
] | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://ci.linagora.com/linagora/lgs/labs/linstt-poc-socgen.git" | ||
"url": "https://ci.linagora.com/linagora/lgs/labs/linstt-poc.git" | ||
}, | ||
"author": "Linagora Folks", | ||
"license": "AGPL-3.0" | ||
... | ... |
Please register or sign in to comment