TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Does “tone detection for text” software exist?

6 点作者 mrsmee89大约 3 年前
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 条评论

epistasis大约 3 年前
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!
rgovostes大约 3 年前
(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>
byoung2大约 3 年前
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 未加载
quoderad大约 3 年前
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_007大约 3 年前
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;
breckenedge大约 3 年前
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 未加载
bjourne大约 3 年前
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.