-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.07 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "hashingtrick.js",
"version": "1.0.0",
"description": "Feature hashing, also known as the hashing trick, a fast and space-efficient way of vectorizing features.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/justinormont/HashingTrick.js.git"
},
"keywords": [
"machine learning",
"bag of words",
"feature vector",
"natural language processing",
"nlp",
"bow",
"document classification",
"information retrieval",
"sparse vector",
"ml",
"classifier",
"regression",
"hash",
"md5",
"document retrieval",
"document clustering",
"text",
"mining",
"n-gram",
"unigram",
"skip-gram",
"corpus"
],
"author": "Justin Ormont <[email protected]> (https://linkedin.com/in/justinormont)",
"license": "MIT",
"bugs": {
"url": "https://github.com/justinormont/HashingTrick.js/issues"
},
"homepage": "https://github.com/justinormont/HashingTrick.js#readme"
}