forked from naver-ai/chacha-chatbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathemotions.json
22 lines (22 loc) · 1.09 KB
/
emotions.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[
{"en": "Joy", "kr": "기쁨", "emoji": "😄"},
{"en": "Moved", "kr": "감동", "emoji": "🥺"},
{"en": "Appreciation", "kr": "감사", "emoji": "🙏"},
{"en": "Thrill", "kr": "설렘", "emoji": "🤩"},
{"en": "Happy", "kr": "행복", "emoji": "😊"},
{"en": "Passion", "kr": "열정", "emoji": "💪"},
{"en": "Satisfaction", "kr": "만족", "emoji": "😌"},
{"en": "Confidence", "kr": "자신감", "emoji": "🦁"},
{"en": "Comfort", "kr": "편안", "emoji": "😌"},
{"en": "Accomplished", "kr": "뿌듯함", "emoji": "🎯"},
{"en": "Surprise", "kr": "놀람", "emoji": "😲"},
{"en": "Fear", "kr": "두려움", "emoji": "😨"},
{"en": "Regret", "kr": "후회", "emoji": "😞"},
{"en": "Resentment", "kr": "억울", "emoji": "😠"},
{"en": "Annoyance", "kr": "짜증", "emoji": "😤"},
{"en": "Distress", "kr": "괴로움", "emoji": "😢"},
{"en": "Envy", "kr": "부러움", "emoji": "😒"},
{"en": "Disappointment", "kr": "실망", "emoji": "😔"},
{"en": "Sorry", "kr": "미안함", "emoji": "😓"},
{"en": "Discomfort", "kr": "불편함", "emoji": "😖"}
]