How to Extend a Basic Cloud Foundry Application
In this article, we will extend the simple “Hello World” routine that we created last week to more formal use. The cloud comes with many features, so we picked one that is called “Tone Analyzer”.
The Tone Analyzer service leverages cognitive linguistic analysis to identify the tone of input content enabling users to refine and improve communications.
We will use this cloud service to transform our basic “Hello World” application into an application that analyzes given text and returns tone scoring per sentence.
Let’s find out how to extend our basic application to use the Tone Analyzer.