AnasAlokla commited on
Commit
0ad49b7
·
verified ·
1 Parent(s): 0399867

Update emotion_templates.json

Browse files
Files changed (1) hide show
  1. emotion_templates.json +32 -0
emotion_templates.json CHANGED
@@ -168,5 +168,37 @@
168
  "What are the main facts about [topic]?",
169
  "What are the key points about [topic]?"
170
  ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
171
  }
172
  }
 
168
  "What are the main facts about [topic]?",
169
  "What are the key points about [topic]?"
170
  ]
171
+ },
172
+ "emotional_enhancers": {
173
+ "en": {
174
+ "positive": ["wonderful", "amazing", "fantastic", "incredible", "delightful", "brilliant", "outstanding", "marvelous", "excellent", "superb"],
175
+ "negative": ["concerning", "troubling", "challenging", "difficult", "overwhelming", "distressing", "heartbreaking", "frustrating", "devastating", "painful"],
176
+ "neutral": ["interesting", "notable", "significant", "important", "relevant", "meaningful", "considerable", "substantial", "noteworthy", "remarkable"]
177
+ },
178
+ "ar": {
179
+ "positive": ["رائع", "مذهل", "جميل", "ممتاز", "لا يصدق", "باهر", "متميز", "عجيب", "فائق", "بديع"],
180
+ "negative": ["مقلق", "صعب", "محزن", "مؤلم", "مزعج", "مؤسف", "مُحبط", "قاسي", "مُدمر", "مُفجع"],
181
+ "neutral": ["مهم", "ملحوظ", "مثير للاهتمام", "ذو معنى", "جدير بالذكر", "معتبر", "وجيه", "بارز", "لافت", "مُعتبر"]
182
+ },
183
+ "fr": {
184
+ "positive": ["merveilleux", "incroyable", "fantastique", "magnifique", "extraordinaire", "formidable", "superbe", "remarquable", "splendide", "éblouissant"],
185
+ "negative": ["préoccupant", "troublant", "difficile", "pénible", "accablant", "désolant", "navrant", "affligeant", "douloureux", "bouleversant"],
186
+ "neutral": ["intéressant", "notable", "significatif", "important", "pertinent", "considérable", "substantiel", "remarquable", "digne d'attention", "notable"]
187
+ },
188
+ "es": {
189
+ "positive": ["maravilloso", "increíble", "fantástico", "magnífico", "extraordinario", "formidable", "espléndido", "sobresaliente", "excelente", "deslumbrante"],
190
+ "negative": ["preocupante", "perturbador", "difícil", "doloroso", "abrumador", "angustiante", "desgarrador", "frustrante", "devastador", "desalentador"],
191
+ "neutral": ["interesante", "notable", "significativo", "importante", "relevante", "considerable", "sustancial", "destacable", "digno de mención", "remarcable"]
192
+ },
193
+ "nl": {
194
+ "positive": ["geweldig", "ongelooflijk", "fantastisch", "prachtig", "buitengewoon", "formidabel", "schitterend", "opmerkelijk", "uitstekend", "verbluffend"],
195
+ "negative": ["zorgwekkend", "verontrustend", "moeilijk", "pijnlijk", "overweldigend", "bedroefd", "hartverscheurend", "frustrerend", "verwoestend", "ontmoedigend"],
196
+ "neutral": ["interessant", "opmerkelijk", "belangrijk", "significant", "relevant", "aanzienlijk", "substantieel", "noemenswaardig", "vermeldingswaardig", "beduidend"]
197
+ },
198
+ "tr": {
199
+ "positive": ["harika", "inanılmaz", "fantastik", "muhteşem", "olağanüstü", "müthiş", "nefis", "şahane", "mükemmel", "büyüleyici"],
200
+ "negative": ["endişe verici", "rahatsız edici", "zor", "acı verici", "bunaltıcı", "üzücü", "yıkıcı", "sinir bozucu", "harap edici", "moral bozucu"],
201
+ "neutral": ["ilginç", "dikkat çekici", "önemli", "anlamlı", "alakalı", "kayda değer", "önemli", "belirgin", "dikkate değer", "manidar"]
202
+ }
203
  }
204
  }