-
-
Notifications
You must be signed in to change notification settings - Fork 47
/
package.json
47 lines (47 loc) · 945 Bytes
/
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
{
"name": "lda",
"version": "0.2.0",
"description": "LDA topic modeling for node.js.",
"author": {
"name": "Kory Becker",
"email": "[email protected]",
"url": "http://www.primaryobjects.com/kory-becker"
},
"repository": {
"type": "git",
"url": "git://github.com/primaryobjects/lda.git"
},
"main": "./lib",
"dependencies": {
"stem-porter": "*"
},
"engines": {
"node": ">= 0.8.x"
},
"licenses": [
{
"type": "Apache",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"keywords": [
"lda",
"Latent Dirichlet allocation",
"Latent Dirichlet",
"Dirichlet",
"machine learning",
"ml",
"artificial intelligence",
"natural language processing",
"natural language",
"topic model",
"topic modeling",
"topic modelling",
"nlp",
"topics",
"document",
"words"
],
"_id": "[email protected]",
"_from": "lda"
}