5
5
[ ![ Downloads] [ downloads-badge ]] [ downloads ]
6
6
[ ![ Size] [ size-badge ]] [ size ]
7
7
8
- List of emoji rated for valence with an integer between minus five (negative)
9
- and plus five (positive).
8
+ List of emoji rated for valence.
10
9
11
- ## Install
10
+ ## Contents
11
+
12
+ * [ What is this?] ( #what-is-this )
13
+ * [ When should I use this?] ( #when-should-i-use-this )
14
+ * [ Install] ( #install )
15
+ * [ Use] ( #use )
16
+ * [ API] ( #api )
17
+ * [ ` emojiEmotion ` ] ( #emojiemotion )
18
+ * [ Data] ( #data )
19
+ * [ Support] ( #support )
20
+ * [ Types] ( #types )
21
+ * [ Compatibility] ( #compatibility )
22
+ * [ Related] ( #related )
23
+ * [ Contribute] ( #contribute )
24
+ * [ Security] ( #security )
25
+ * [ License] ( #license )
26
+
27
+ ## What is this?
12
28
13
- This package is ESM only: Node 12+ is needed to use it and it must be ` import ` ed
14
- instead of ` require ` d .
29
+ This is a list of unicode emoji rated for [ valence ] [ valence-wiki ] (“goodness”
30
+ vs “badness”) .
15
31
16
- [ npm] [ ] :
32
+ ## When should I use this?
33
+
34
+ This package can be used for sentiment analysis of emoji.
35
+ You can use [ ` afinn-165 ` ] [ afinn-165 ] for English words.
36
+ Use [ ` gemoji ` ] [ gemoji ] for more info on emoji.
37
+
38
+ ## Install
39
+
40
+ This package is [ ESM only] [ esm ] .
41
+ In Node.js (version 14.14+, 16.0+), install with [ npm] [ ] :
17
42
18
43
``` sh
19
44
npm install emoji-emotion
20
45
```
21
46
47
+ In Deno with [ ` esm.sh ` ] [ esmsh ] :
48
+
49
+ ``` js
50
+ import {emojiEmotion } from ' https://esm.sh/emoji-emotion@3'
51
+ ```
52
+
53
+ In browsers with [ ` esm.sh ` ] [ esmsh ] :
54
+
55
+ ``` html
56
+ <script type =" module" >
57
+ import {emojiEmotion } from ' https://esm.sh/emoji-emotion@3?bundle'
58
+ </script >
59
+ ```
60
+
22
61
## Use
23
62
24
63
``` js
@@ -37,18 +76,30 @@ Yields:
37
76
{ name: ' black_heart' , emoji: ' 🖤' , polarity: 3 } ]
38
77
```
39
78
40
- Note the information is intentionally limited.
41
- Check out [ ` gemoji ` ] [ gemoji ] for more info: tags, descriptions, names, etc.
42
-
43
79
## API
44
80
45
- This package exports the following identifiers: ` emojiEmotion ` .
81
+ This package exports the identifier ` emojiEmotion ` .
46
82
There is no default export.
47
83
48
84
### ` emojiEmotion `
49
85
50
- ` Array<Info> ` , where each object has ` name ` (` string ` ), ` emoji ` (` string ` ), and
51
- ` polarity ` (` number ` ).
86
+ List of emoji rated for valence (` Array<Info> ` ).
87
+
88
+ ##### ` Info `
89
+
90
+ Emoji rated for valence.
91
+
92
+ ##### ` info.name `
93
+
94
+ Name of emoji, according to [ ` gemoji ` ] [ gemoji ] (` string ` ).
95
+
96
+ ##### ` info.emoji `
97
+
98
+ Unicode emoji (` string ` ).
99
+
100
+ ##### ` info.polarity `
101
+
102
+ Integer between minus five (negative) and plus five (positive) (` number ` ).
52
103
53
104
## Data
54
105
@@ -59,13 +110,10 @@ Special care was given to **not** classify based on the images (as [different
59
110
vendors use different pictograms] [ checkmoji ] ), but only on words and how they
60
111
are used.
61
112
62
- Note that some emoji receive arguably confusing polarities, such as
113
+ Some emoji receive arguably confusing polarities, such as
63
114
` stuck_out_tongue_closed_eyes ` (` 0 ` ), due to being used for both positive and
64
115
negative emotions.
65
116
66
- No images are included in this repository: the copyrighted material may or may
67
- not be available on the users computer.
68
-
69
117
## Support
70
118
71
119
<!-- support start-->
@@ -193,6 +241,33 @@ not be available on the users computer.
193
241
194
242
<!-- support end-->
195
243
244
+ ## Types
245
+
246
+ This package is fully typed with [ TypeScript] [ ] .
247
+ It exports the additional type ` Info ` .
248
+
249
+ ## Compatibility
250
+
251
+ This package is at least compatible with all maintained versions of Node.js.
252
+ As of now, that is Node.js 14.14+ and 16.0+.
253
+ It also works in Deno and modern browsers.
254
+
255
+ ## Related
256
+
257
+ * [ ` afinn-165 ` ] [ afinn-165 ]
258
+ — list of English words rated for valence
259
+ * [ ` gemoji ` ] [ gemoji ]
260
+ — info on gemoji (GitHub Emoji)
261
+
262
+ ## Contribute
263
+
264
+ Yes please!
265
+ See [ How to Contribute to Open Source] [ contribute ] .
266
+
267
+ ## Security
268
+
269
+ This package is safe.
270
+
196
271
## License
197
272
198
273
[ MIT] [ license ] © [ Titus Wormer] [ author ]
@@ -217,14 +292,24 @@ not be available on the users computer.
217
292
218
293
[ npm ] : https://docs.npmjs.com/cli/install
219
294
295
+ [ esm ] : https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
296
+
297
+ [ esmsh ] : https://esm.sh
298
+
299
+ [ typescript ] : https://www.typescriptlang.org
300
+
301
+ [ contribute ] : https://opensource.guide/how-to-contribute/
302
+
220
303
[ license ] : license
221
304
222
305
[ author ] : https://wooorm.com
223
306
224
- [ gemoji ] : https ://github.com/wooorm/gemoji
307
+ [ unicode ] : http ://www.unicode.org/emoji/charts/full-emoji-list.html
225
308
226
- [ unicode ] : http ://www.unicode.org/Public/emoji/1.0/full-emoji-list.html
309
+ [ gemoji ] : https ://github.com/wooorm/gemoji
227
310
228
311
[ afinn-165 ] : https://github.com/words/afinn-165
229
312
230
313
[ checkmoji ] : https://wooorm.com/checkmoji/
314
+
315
+ [ valence-wiki ] : https://en.wikipedia.org/wiki/Valence_\( psychology\)
0 commit comments