forked from erelsgl/limdu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (48 loc) · 1.02 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
44
45
46
47
48
49
50
{
"name": "limdu",
"description": "A machine learning framework for Node.js. Supports multi-level classification and online learning.",
"version": "0.4.0",
"author": "Erel Segal-haLevi <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/erelsgl/limdu.git"
},
"dependencies": {
"underscore": "*",
"sprintf": "*",
"svm": "*",
"temp": "*",
"execSync": "*",
"brain": "*",
"graph-paths": "latest",
"languagemodel": "latest"
},
"devDependencies": {
"mocha": ">=1.0.0",
"should": ">=0.6.0"
},
"scripts": {
"test": "mocha"
},
"keywords": [
"classifier",
"classification",
"categorization",
"text classification",
"natural lanaguage understanding",
"machine learning",
"multi label",
"multilabel",
"multi class",
"multiclass",
"online learning",
"naive bayes",
"winnow",
"perceptron",
"SVM",
"Linear SVM",
"binary relevance",
"one vs all"
],
"license": "LGPL"
}