Questions tagged [tone-analyzer]

The IBM Watson Tone Analyzer API uses linguistic analysis to detect and interpret emotional, social, and writing cues found in text. Then, it also offers rhetorical suggestions for an author to improve the intended tone of their message.

The IBM Watson Tone Analyzer API uses linguistic analysis to detect and interpret emotional, social, and writing cues found in text. Then, it also offers rhetorical suggestions for an author to improve the intended tone of their message.

Tone Analyzer

Common uses for the Tone Analyzer service include

Analyzing email messages, presentations, or other customer communications before sending them Examining how readers might perceive your blog posts Help understand the potential impact of the word choice in any other text-based communications.

INPUT:
Any Text

OUTPUT:
JSON that provides a hierarchical representation of the analysis of the terms in the input message

38 questions
0
votes
1 answer

Can I deserialise a JSON string into an existing object?

I'm using the GSON library to work with data from the Tone Analyzer API (IBM Bluemix) In my application, I create a ToneAnalysis object using a static method as I only need to read the object properties and never create a new instance of it. So I…
Jake
  • 1,701
  • 3
  • 23
  • 44
0
votes
2 answers

IBM Watson Tone Analyzer service credentials

I have been trying to run a query against IBM Watson Tone Analyzer service and keep getting an error that my service credentials are not recognized. I am sure that I am entering the correct credentials. Here are the steps that I took to get the…
Rvs
  • 53
  • 1
  • 1
  • 11
0
votes
1 answer

getting Json from IBM watson

I am new to python and trying to get Json output from IBM Watson tone analyzer. Here is what I used from Tone analyzer API reference: import json from watson_developer_cloud import ToneAnalyzerV3 tone_analyzer = ToneAnalyzerV3( username='YOUR…
Rvs
  • 53
  • 1
  • 1
  • 11
0
votes
2 answers

Slow Watson Tone Analyzer API response times

I am running Tone Analyzer through its paces and am getting pretty slow response times via the API - around 500ms per POST request with a text size averaging around 500 chars (uncoded). Is anyone having faster or slower response times?
Scott Genzer
  • 73
  • 1
  • 4
0
votes
3 answers

Graph performance in IBM Bluemix tutorial on Twitter sentiment analysis

I followed this great tutorial by DAVID TAIEB successfully . The problem is the graph takes so long to change .It takes approximately have minute ,not few seconds, as it supposed to be !! What could be the problem ? when I run this cell in the Scala…
fano
  • 1
  • 1
0
votes
1 answer

post python plot from (IBM Bluemix) to a website and change it automatically

I followed this great tutorial here , and it works just fine, thanks for Mr.Taieb. Now, I am interested in post the sentimentDistribution plot (the green bar chart) in a website. I want to make this plot change every 40 seconds so that every 40…
0
votes
1 answer

IBM Tone Analyzer (plan Beta )is not working with this example

I followed this great tutorial, and everything worked great except for one thing. step#11, in the table, all the emotions scores are 0! it seems that Tone Analyzer is not connected. I am sure that I put the correct (credintials)username &…
fano
  • 1
  • 1
0
votes
1 answer

tone analyzer api cannot be connected

I was trying to connect to Tone Analyzer through its API. I have created credentials on Bluemix as followes: ta_url = "https://gateway.watsonplatform.net/tone-analyzer-experimental/api/v2/profile" username = "xxxxxxxxxxxxxxxxxxxxxxxxx" password =…
Ken
  • 21
  • 1
1 2
3