clustex
Version:
Clustex is a lightweight text classification package designed to efficiently categorize text based on similarity metrics and learned token weights.
32 lines (31 loc) • 641 B
JSON
{
"name": "clustex",
"version": "1.0.3",
"description": "Clustex is a lightweight text classification package designed to efficiently categorize text based on similarity metrics and learned token weights.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "module",
"keywords": [
"cluster",
"model",
"class",
"classification",
"text",
"similarity",
"metrics",
"token",
"weight",
"machine",
"learning",
"ES6",
"js",
"javascript",
"ML"
],
"author": "drakalyebus",
"license": "MIT",
"dependencies": {
}
}