Mood in "Us" Posts
Most likely emotion when in-group wording is stronger.
{topEmotion(identity?.in_group_emotion_avg)}
Mood in "Them" Posts
Most likely emotion when out-group wording is stronger.
{topEmotion(identity?.out_group_emotion_avg)}
Entity Mood Snapshot
Most mentioned entities and the mood that appears most with each.
{!entities.length ? (
No entity-level cultural data available.
) : (
{entities.map(([entity, aggregate]) => (
onExplore(buildEntitySpec(entity))}
>
{entity}
{aggregate.post_count.toLocaleString()} posts • Likely mood:{" "}
{topEmotion(aggregate.emotion_avg)}
))}
)}