Skip to content

Commit

Permalink
tagged all emojis
Browse files Browse the repository at this point in the history
  • Loading branch information
wins2on committed Jan 20, 2018
1 parent 5a8b596 commit cad0368
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 16 deletions.
6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file removed emojis/051-shocked-3.png
Binary file not shown.
Binary file removed emojis/052-shocked-2.png
Binary file not shown.
Binary file removed emojis/054-shocked-1.png
Binary file not shown.
Binary file removed emojis/057-sad-10.png
Binary file not shown.
Binary file removed emojis/058-sad-9.png
Binary file not shown.
Binary file removed emojis/059-sad-8.png
Binary file not shown.
Binary file removed emojis/063-sad-5.png
Binary file not shown.
5 changes: 0 additions & 5 deletions get_emoji.js
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
/**
* Created by jevge on 20/01/2018.
*/



34 changes: 23 additions & 11 deletions tag_emojis.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,4 @@

// "scores": {
// "anger": 0.00300731952,
// "contempt": 5.14648448E-08,
// "disgust": 9.180124E-06,
// "fear": 0.0001912825,
// "happiness": 0.9875571,
// "neutral": 0.0009861537,
// "sadness": 1.889955E-05,
// "surprise": 0.008229999
// }

const emojis = {
"001-embarrassed-4.png": [0, 0, 0, 0.3, 0.4, 0, 0, 0.3],
"002-sad-14.png": [0.2, 0.1, 0.1, 0.1, 0, 0, 0.5, 0],
Expand All @@ -19,4 +8,27 @@ const emojis = {
"011-suspicious.png": [0, 0.3, 0.3, 0.4, 0, 0, 0, 0],
"015-laughing-2.png": [0, 0, 0, 0, 0.8, 0.2, 0, 0],
"019-happy-4.png": [0, 0, 0, 0.3, 0.4, 0, 0, 0.3],
"032-happy-5.png": [0, 0, 0, 0, 0.5, 0.5, 0, 0],
"033-sad-13.png": [0.2, 0, 0, 0.1, 0, 0.2, 0.5, 0],
"044-muted.png": [0.1, 0, 0, 0.3, 0, 0.6, 0, 0],
"045-shocked-6.png": [0, 0, 0, 0.1, 0, 0, 0, 0.9],
"047-embarrassed-3.png": [0.2, 0, 0.1, 0.6, 0, 0, 0, 0.1],
"048-shocked-5.png": [0, 0, 0, 0.2, 0, 0, 0, 0.8],
"049-shocked-4.png": [0, 0, 0, 0, 0, 0, 0, 1],
"050-embarrassed-2.png": [0, 0, 0, 0.5, 0, 0, 0.5, 0],
"053-crying-2.png": [0, 0, 0, 0, 0, 0, 1, 0],
"055-sad-12.png": [0.1, 0.1, 0, 0.6, 0, 0, 0.2, 0],
"056-sad-11.png": [0, 0, 0, 0.3, 0, 0, 0.7, 0],
"060-sad-7.png": [0, 0, 0, 0, 0, 0, 1, 0],
"061-sad-6.png": [0, 0, 0, 0.1, 0, 0, 0.9, 0],
"062-angry-3.png": [0.9, 0.1, 0, 0, 0, 0, 0, 0],
"065-angry-2.png": [1, 0, 0, 0, 0, 0, 0, 0],
"066-angry-1.png": [0.8, 0.2, 0, 0, 0, 0, 0, 0],
"080-angry.png": [0.5, 0, 0, 0, 0, 0.5, 0, 0],
"104-ghost.png": [0.11, 0, 0.1, 0.61, 0, 0, 0, 0.18],
"098-happy.png": [0, 0, 0, 0, 9, 0.01, 0, 0.09],
"096-crying.png": [0, 0, 0, 0, 1, 0, 0, 0],
"086-happy-4.png": [0.1, 0, 0.1, 0, 0.6, 0.11, 0.05, 0.04],
"083-smart.png": [0, 0.2, 0.2, 0, 0.2, 0.2, 0, 0.2],
"081-sleeping.png": [0.05, 0.05, 0.1, 0.1, 0, 0.75, 0.5, 0]
}

0 comments on commit cad0368

Please sign in to comment.