clustex
Version:
Clustex is a lightweight text classification package designed to efficiently categorize text based on similarity metrics and learned token weights.
62 lines • 4.99 kB
JSON
{
"classifications": [
"negative",
"positive"
],
"data": [
{"text": "Сегодня потрясающая погода!", "classification": "positive"},
{"text": "Мне кажется, всё идёт наперекосяк...", "classification": "negative"},
{"text": "Обожаю путешествовать!", "classification": "positive"},
{"text": "Ничего не хочется делать...", "classification": "negative"},
{"text": "Ты отлично справился!", "classification": "positive"},
{"text": "Я опять всё напутал...", "classification": "negative"},
{"text": "This is the best day ever!", "classification": "positive"},
{"text": "Nothing ever goes right for me...", "classification": "negative"},
{"text": "¡Es un día maravilloso!", "classification": "positive"},
{"text": "Estoy muy cansado de todo...", "classification": "negative"},
{"text": "J'adore les belles journées ensoleillées!", "classification": "positive"},
{"text": "Rien ne fonctionne aujourd'hui...", "classification": "negative"},
{"text": "今天天气很好!", "classification": "positive"},
{"text": "我很累,一切都很难...", "classification": "negative"},
{"text": "Ich freue mich auf das Wochenende!", "classification": "positive"},
{"text": "Ich bin total enttäuscht...", "classification": "negative"},
{"text": "Жизнь полна чудес!", "classification": "positive"},
{"text": "Кажется, мечты несбыточны...", "classification": "negative"},
{"text": "I love discovering new places!", "classification": "positive"},
{"text": "I don't think I'll ever be happy...", "classification": "negative"},
{"text": "¡Me encanta escuchar música motivadora!", "classification": "positive"},
{"text": "Nada parece tener sentido últimamente...", "classification": "negative"},
{"text": "Les moments heureux sont les meilleurs!", "classification": "positive"},
{"text": "Je me sens seul et triste...", "classification": "negative"},
{"text": "快乐是一种选择!", "classification": "positive"},
{"text": "一切都变得很糟糕...", "classification": "negative"},
{"text": "Die besten Erinnerungen sind mit Freunden!", "classification": "positive"},
{"text": "Ich sehe keinen Ausweg aus dieser Situation...", "classification": "negative"},
{"text": "Мир наполнен вдохновением!", "classification": "positive"},
{"text": "Я больше не вижу смысла продолжать...", "classification": "negative"},
{"text": "This is the perfect moment!", "classification": "positive"},
{"text": "I feel like everything is falling apart...", "classification": "negative"},
{"text": "¡Hoy es un gran día para aprender algo nuevo!", "classification": "positive"},
{"text": "No puedo soportar esta tristeza...", "classification": "negative"},
{"text": "Chaque jour est une nouvelle opportunité!", "classification": "positive"},
{"text": "Rien ne semble fonctionner pour moi...", "classification": "negative"},
{"text": "幸福就在身边!", "classification": "positive"},
{"text": "我感觉很沮丧...", "classification": "negative"},
{"text": "Es gibt so viele Dinge zu genießen!", "classification": "positive"},
{"text": "Mein Leben fühlt sich leer an...", "classification": "negative"},
{"text": "Сегодня день новых возможностей!", "classification": "positive"},
{"text": "Кажется, проблемы никогда не заканчиваются...", "classification": "negative"},
{"text": "I am grateful for everything I have!", "classification": "positive"},
{"text": "Nothing I do seems to matter...", "classification": "negative"},
{"text": "¡Hoy es un día lleno de energía positiva!", "classification": "positive"},
{"text": "Estoy cansado de intentarlo...", "classification": "negative"},
{"text": "Appréciez les petits bonheurs de la vie!", "classification": "positive"},
{"text": "Je ne crois plus en rien...", "classification": "negative"},
{"text": "爱让世界更美好!", "classification": "positive"},
{"text": "我觉得我再也不会快乐了...", "classification": "negative"},
{"text": "Mit Freunden ist alles besser!", "classification": "positive"},
{"text": "Ich bin müde von allem...", "classification": "negative"},
{"text": "Новые приключения ждут!", "classification": "positive"},
{"text": "Каждый день всё сложнее...", "classification": "negative"}
]
}