forked from thisandagain/sentiment
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 976 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
{
"author": "Lehao Lin <[email protected]>, Omega Coleman <[email protected]>, Andrew Sliwinski <[email protected]>",
"name": "sentiment-zh_cn_web",
"description": "基于本地化的AFINN的中文nodejs情感分析库with browser && electron support",
"version": "1.0.2",
"homepage": "https://github.com/LehaoLin/sentiment-zh_cn_web",
"repository": {
"type": "git",
"url": "https://github.com/LehaoLin/sentiment-zh_cn_web.git"
},
"keywords": [
"sentiment",
"analysis",
"nlp",
"sentiment analysis",
"chinese",
"web",
"browser",
"情感分析",
"中文",
"分词",
"浏览器",
"webpack",
"electron"
],
"main": "./lib/index.js",
"dependencies": {
"lodash.assign": "4.1.0",
"segmentit": "^2.0.3"
},
"devDependencies": {
"Sentimental": "1.0.1",
"benchmark": "^2.1.0",
"eslint": "^3.2.1",
"tap": "^6.3.0"
},
"engines": {
"node": ">=4.0"
}
}