wink-embeddings-small-en-50d
Version:
Small English 50-dimensional word-embedding dataset compatible with wink-nlp.
48 lines (47 loc) • 1.25 kB
JSON
{
"name": "wink-embeddings-small-en-50d",
"version": "0.0.3",
"description": "Small English 50-dimensional word-embedding dataset compatible with wink-nlp.",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"files": [
"dist/src",
"dist/scripts"
],
"scripts": {
"build": "rimraf dist && tsc -p tsconfig.json",
"prepare": "npm run build",
"test": "jest",
"convert:glove": "ts-node scripts/convert-glove.ts"
},
"keywords": [
"wink-nlp",
"embeddings",
"glove",
"nlp",
"word-embeddings",
"wink-embeddings",
"semantic",
"vector",
"natural-language-processing",
"text-analysis"
],
"author": "thegreatbey",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/thegreatbey/wink-embeddings-small-en-50d.git"
},
"bugs": {
"url": "https://github.com/thegreatbey/wink-embeddings-small-en-50d/issues"
},
"homepage": "https://github.com/thegreatbey/wink-embeddings-small-en-50d#readme",
"devDependencies": {
"@types/jest": "^29.5.4",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"rimraf": "^5.0.5",
"ts-node": "^10.9.1",
"typescript": "~5.4.0"
}
}