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: Does “tone detection for text” software exist?

6 pointsby mrsmee89about 3 years ago
I'm looking for a something that can detect and characterize the tone of a written text the way we do naturally when speaking. For example detecting sarcasm in a tweet.

7 comments

epistasisabout 3 years ago
The general category of research is sentiment analysis:<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Sentiment_analysis" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Sentiment_analysis</a><p>However that&#x27;s as much as I know. If you get lucky maybe an expert or user of these tools will see your post!
rgovostesabout 3 years ago
(2000) <a href="https:&#x2F;&#x2F;www.qualcomm.com&#x2F;news&#x2F;releases&#x2F;2000&#x2F;09&#x2F;11&#x2F;qualcomms-eudora-50-spices-email-experience-hot-new-time-saving-tools-keep" rel="nofollow">https:&#x2F;&#x2F;www.qualcomm.com&#x2F;news&#x2F;releases&#x2F;2000&#x2F;09&#x2F;11&#x2F;qualcomms-...</a><p>&gt; MoodWatch, based on rhetorical theories developed by David Kaufer, chairman of the English department of Carnegie Mellon University, employs a very fast and efficient algorithm to identify words and phrases that might be offensive. As such, it&#x27;s efficient at flagging potentially offensive messages, but it is up to the user to decide if a message &#x27;deserves the chilies.&#x27;<p>This is from a release announcement of Eudora, a bygone, once-popular e-mail client. (Kudos to Qualcomm to keeping this online 22 years later!) &quot;Deserve the chilies&quot; refers to how the client would display one to three chili pepper icons if it felt your e-mail was rude or offensive. (Software used to be whimsical.)<p>There was a white paper that described how they trained the feature on postings from the Usenet group alt.flame. Also, the source code to Eudora is now available from the Computer History Museum, including MoodWatch: <a href="https:&#x2F;&#x2F;computerhistory.org&#x2F;blog&#x2F;the-eudora-email-client-source-code&#x2F;" rel="nofollow">https:&#x2F;&#x2F;computerhistory.org&#x2F;blog&#x2F;the-eudora-email-client-sou...</a>
byoung2about 3 years ago
You&#x27;re looking for sentiment analysis and you won&#x27;t get good results unless the text is in a specific domain. I did this work for a previous company where we analyzed restaurant reviews to extract actionable feedback. The trouble is that the written word is missing most of the nonverbal cues that give you the tone for spoken word (think air quotes or rolled eyes). So when you see a review that says &quot;My steak came out well done...great job guys!&quot; It looks positive but could be sarcastic. Or when someone says &quot;We came to Taco Bell because we were looking for the most authentic Mexican cuisine&quot; of course this is sarcastic but there is no way you could teach a computer to spot that.
评论 #31268867 未加载
quoderadabout 3 years ago
If you think about this you&#x27;ll realize that it is impossible to detect tone from text because it&#x27;s not possible to convey tone with text alone. Tone is auditory, text is visual, and there is no way to recover one from the other. For an obvious demonstration of this watch a movie on mute and then listen to the audio of the movie without the accompanying visuals.
Trouble_007about 3 years ago
Are looking for this?<p>search: <i>&gt;&#x27;AI Content Moderation&#x27;&lt;</i> @DDG : &lt;<a href="https:&#x2F;&#x2F;html.duckduckgo.com&#x2F;html&#x2F;?q=&#x27;AI Content Moderation&#x27;" rel="nofollow">https:&#x2F;&#x2F;html.duckduckgo.com&#x2F;html&#x2F;?q=&#x27;AI Content Moderation&#x27;</a>&gt;
breckenedgeabout 3 years ago
IBM used to have one but it was deprecated this year. Looks like there’s a follow up product with a decent free tier. <a href="https:&#x2F;&#x2F;cloud.ibm.com&#x2F;apidocs&#x2F;tone-analyzer" rel="nofollow">https:&#x2F;&#x2F;cloud.ibm.com&#x2F;apidocs&#x2F;tone-analyzer</a>
评论 #31269190 未加载
bjourneabout 3 years ago
See this tutorial: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=ZUqB-luawZg" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=ZUqB-luawZg</a> It kind of works but this is a very very difficult problem to solve.