Emotion Dataset
Emotion dataset for NLP tutorial
@kaggle.abdallahwagih_emotion_dataset
Emotion dataset for NLP tutorial
@kaggle.abdallahwagih_emotion_dataset
Overview:
This Emotion Classification dataset is designed to facilitate research and experimentation in the field of natural language processing and emotion analysis. It contains a diverse collection of text samples, each labeled with the corresponding emotion it conveys. Emotions can range from happiness and excitement to anger, sadness, and more.
Content:
Format: CSV
Labels: ['anger', 'joy', 'fear']
Use Cases:
Sentiment analysis
Emotion classification
Emotion-aware applications
Customer feedback analysis
Social media sentiment monitoring
Chatbot and virtual assistant training
CREATE TABLE emotion_classify_data (
"comment" VARCHAR,
"emotion" VARCHAR
);Anyone who has the link will be able to view this.