TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Sentiment analysis on SaaS support tickets?

2 pointsby taylorcooneyover 7 years ago
I&#x27;m trying to cover the tickets in our internal support inbox and analyze the sentiments of initial messages to get a general score.<p>We use Help Scout, and at first their reporting system wouldn&#x27;t export the body messages because the nature of the threaded conversations. I&#x27;ve written a Ruby script with this gem (https:&#x2F;&#x2F;github.com&#x2F;hramos&#x2F;helpscout) to export our conversations. Moving forward I&#x27;ll run the script at the end of each month and append the deltas to a running sheet.<p>My question is, now that I have the data, what is the best way to complete sentiment analysis on our support tickets? I want to gauge a better idea of where users have a problem and improve the help resources for those particular topics. Benjamin Brandall analyzed tweets to find how the top Saas companies were using their support twitter channels. I&#x27;m looking for some articles to read up on, as I&#x27;m more versed to writing my own script to complete the sentiment over a service like Aylien&#x27;s Text API (cost purposes).

no comments

no comments