Sentiment Analysis
Synonyms: opinion mining, emotion analysis, sentiment detection, sentiment classification, sentiment scoring
Definition
Use cases
- The review flood. An app gets thousands of store reviews a week. Sentiment analysis flags the negative ones and shows which feature they cluster around, so you triage instead of skim.
- The silent sentiment drop. A release ships and ratings look fine, but sentiment in support tickets quietly turns negative on one flow. Tracking it over time catches the dip before it tanks the rating.
- The "love it, but..." comment. "I love the new features, but the interface is confusing" carries two sentiments. Aspect-based analysis splits them so the praise doesn't hide the problem.
How it's used in practice
- Go aspect-based, not just overall: tie sentiment to a feature or step, so "negative" becomes "negative about the checkout flow."
- Pair the score with the why: pull key phrases and real quotes alongside the number, so the team sees the actual pain.
- Track the trend, not the snapshot: watch sentiment move across releases and segments to catch shifts early.
- Match the method to the text: lexicon tools for short, informal posts; fine-tuned or transformer models for domain-specific or nuanced feedback.
Challenges & limitations
- Context and domain matter. The same word flips meaning by industry and community, so a generic model mislabels your feedback until it's tuned.
- A score flattens nuance. Compressing a paragraph to "negative" loses the specifics, and teams that chase the number stop reading the people.
Free resources
- Qualtrics: Sentiment Analysis — how to use it effectively, including aspect-based analysis and where it breaks.
- AltexSoft: Sentiment Analysis Methods Compared — rule-based vs ML vs hybrid, with clear tradeoffs.
- Think Design: Sentiment Analysis in UX Research — the UX-research framing and types of sentiment analysis.

