The Watson Tone Analyzer for Wordpress
With the Watson Tone Analyzer service on IBM Bluemix you can discover, understand, and revise the language tones in text before you publish, send, or share it. Read on for a sample of how to invoke the service from WordPress via a simple Chrome extension.
Join the DZone community and get the full member experience.
Join For Freewith the watson tone analyzer service on ibm bluemix you can discover, understand, and revise the language tones in text before you publish, send, or share it. below is a little sample of how to invoke the service from wordpress via a simple chrome extension.
in the wordpress dashboard, you can click the watson icon in the chrome toolbar. the triggered code of the extension injects some javascript in the page to read the content of the text area and sends it to the extension.
next, the extension opens up the tone analyzer sample web application . i use this application since it comes with a nice visualization of the text and the tones. it even shows potentially better synonyms when clicking on specific words. as a shortcut i send the text from wordpress as a url parameter (there are certainly better ways to do this).
to find out more read the documentation and try the online demo .
Published at DZone with permission of Niklas Heidloff, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Comments