2026-03-25 10:55:47 Leaving the comfort Zone

## Emotion‑Distribution Analysis

“`json
{
“Undirected Emotion”: [
{
“label”: “rarer”,
“emotions”: [“Ecstasy”, “Elation”, “Bliss”],
“counts”: {“Ecstasy”: 1}
},
{
“label”: “common”,
“emotions”: [“Grief”, “Melancholy”, “Sadness”],
“counts”: {“Sadness”: 3}
},
{
“label”: “rarer”,
“emotions”: [“Reverence”, “Profound Gratitude”, “Appreciation”],
“counts”: {“Reverence”: 0}
},
{
“label”: “common”,
“emotions”: [“Resentment”, “Jealousy”, “Envy”],
“counts”: {“Envy”: 1}
},
{
“label”: “rarer”,
“emotions”: [“Wholeness”, “Fulfillment”, “Satisfaction”],
“counts”: {“Satisfaction”: 1}
},
{
“label”: “common”,
“emotions”: [“Desolation”, “Emptiness”, “Boredom”],
“counts”: {“Boredom”: 1}
},
{
“label”: “rarer”,
“emotions”: [“Peace”, “Calmness”, “Present Contentment”],
“counts”: {“Calmness”: 1}
},
{
“label”: “common”,
“emotions”: [“Yearning”, “Saudade”, “Nostalgia”],
“counts”: {“Nostalgia”: 1}
}
],
“Emotions towards others”: [
{
“label”: “rarer”,
“emotions”: [“Worship”, “Adoration”, “Fondness”],
“counts”: {“Adoration”: 1}
},
{
“label”: “common”,
“emotions”: [“Scorn”, “Contempt”, “Disdain”],
“counts”: {“Contempt”: 1}
},
{
“label”: “rarer”,
“emotions”: [“Empathy”, “Compassion”, “Sympathy”],
“counts”: {“Sympathy”: 1}
},
{
“label”: “common”,
“emotions”: [“Rage”, “Anger”, “Irritation”],
“counts”: {“Anger”: 1}
},
{
“label”: “rarer”,
“emotions”: [“Oneness”, “Deep Belonging”, “Connection”],
“counts”: {}
},
{
“label”: “common”,
“emotions”: [“Alienation”, “Isolation”, “Loneliness”],
“counts”: {}
},
{
“label”: “rarer”,
“emotions”: [“Compassionate pain”, “Empathy”, “Understanding”],
“counts”: {}
},
{
“label”: “common”,
“emotions”: [“Malicious joy”, “Schadenfreude”, “Gloating”],
“counts”: {}
}
],
“Emotions towards Self”: [
{
“label”: “rarer”,
“emotions”: [“Triumph”, “Authentic Pride”, “Confidence”],
“counts”: {“Triumph”: 1}
},
{
“label”: “common”,
“emotions”: [“Humiliation”, “Shame”, “Embarrassment”],
“counts”: {“Shame”: 1, “Embarrassment”: 1}
},
{
“label”: “rarer”,
“emotions”: [“Valor”, “Courage”, “Bravery”],
“counts”: {}
},
{
“label”: “common”,
“emotions”: [“Terror”, “Fear”, “Apprehension”],
“counts”: {“Fear”: 2}
},
{
“label”: “rarer”,
“emotions”: [“Faith”, “Unwavering Hope”, “Optimism”],
“counts”: {}
},
{
“label”: “common”,
“emotions”: [“Anguish”, “Despair”, “Hopelessness”],
“counts”: {“Despair”: 2}
},
{
“label”: “rarer”,
“emotions”: [“Passion”, “Inspiration”, “Motivation”],
“counts”: {}
},
{
“label”: “common”,
“emotions”: [“Numbness”, “Apathy”, “Indifference”],
“counts”: {}
}
],
“Transcendent emotion”: [
{
“label”: “rarer”,
“emotions”: [“Awe”, “Wonder”, “Reverence”],
“counts”: {“Awe”: 1}
},
{
“label”: “common”,
“emotions”: [“Ennui”, “Boredom”, “Restlessness”],
“counts”: {“Boredom”: 1}
},
{
“label”: “rarer”,
“emotions”: [“Equanimity”, “Serenity”, “Tranquility”],
“counts”: {}
},
{
“label”: “common”,
“emotions”: [“Panic”, “Anxiety”, “Worry”],
“counts”: {“Anxiety”: 1}
},
{
“label”: “rarer”,
“emotions”: [“Enlightenment”, “Spiritual Transcendence”, “Elevation”],
“counts”: {}
},
{
“label”: “common”,
“emotions”: [“Drudgery”, “Mundanity”, “Routine”],
“counts”: {}
},
{
“label”: “rarer”,
“emotions”: [“Flow”, “Focus”, “Concentration”],
“counts”: {“Concentration”: 1}
},
{
“label”: “common”,
“emotions”: [“Bewilderment”, “Confusion”, “Puzzlement”],
“counts”: {“Confusion”: 1}
}
]
}
“`

**Group Totals**

“`json
{
“Undirected”: { “rare”: 2, “common”: 5 },
“TowardsOthers”: { “rare”: 3, “common”: 4 },
“TowardsSelf”: { “rare”: 2, “common”: 7 },
“Transcendent”: { “rare”: 4, “common”: 5 }
}
“`

**Rare vs Common Overall**

“`json
{
“rare_total”: 11,
“common_total”: 21
}
“`

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *