@landscape/wordlab
Version:
Wordlab is a vector3D text classifier that allow you to sort indexs by distance writted for French
42 lines • 1.11 kB
JSON
{
"name": "@landscape/wordlab",
"version": "1.0.7",
"description": "Wordlab is a vector3D text classifier that allow you to sort indexs by distance writted for French",
"main": "dist/WordLab.js",
"directories": {
"lib": "lib",
"test": "test",
"bin": "bin"
},
"scripts": {
"test": "node --experimental-modules test/",
"test2": "node --experimental-modules test/index2",
"test3": "node --experimental-modules test/index3",
"test4": "node --experimental-modules test/index4",
"test5": "node --experimental-modules test/index5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/simondelamarre/WordLab.git"
},
"keywords": [
"WordLab",
"KNN",
"classifier",
"text",
"vector3D",
"nearest",
"neighbors"
],
"author": "Simon Delamarre",
"license": "ISC",
"bugs": {
"url": "https://github.com/simondelamarre/WordLab/issues"
},
"homepage": "https://github.com/simondelamarre/WordLab#readme",
"devDependencies": {
"@babel/core": "^7.6.0",
"babel-loader": "^8.0.6",
"webpack-cli": "^3.3.8"
}
}