In this chapter, we will integrate our functions with the Microsoft text sentiment analytics API and thus implement the key functionality of the full text sentiment analysis application implementation. We will cover the following topics:
- Designing and implementing a text sentiment API call to analyze text
- Expanding on the usage of shared code to encapsulate common functionality
- Plugging the new results into the database and the Web UI
From the overall application standpoint, we are adding the last major component to our architecture, as shown in the following diagram: