UNPKG
sentimental
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
Sentiment analysis for Node.js
github.com/hiddestokvis/sentiment
hiddestokvis/sentiment
sentimental
/
english
/
config.json
22 lines
(21 loc)
•
242 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{ "version":
"1.0.0"
,
"scale"
: { "
from
": -
5
,
"to"
:
5
}, "negators": [
"cant"
,
"can't"
,
"dont"
,
"don't"
,
"doesnt"
,
"doesn't"
,
"not"
,
"non"
,
"wont"
,
"won't"
,
"isnt"
,
"isn't"
] }