Amazon Comprehend Connector
Overview
The Amazon Comprehend connector allows you to connect your application to Amazon Comprehend, helping your web applications understand user-provided text and extract insights from it. This connector enables the use of key features of Amazon Comprehend, including Entity Recognition, Sentiment Analysis, Key Phrase Extraction, Language Detection, Syntax Extraction, and PII Entity Recognition. With this connector, you can easily detect entities (such as people, organizations, locations, and dates), sentiment, key phrases, PII entities, syntax, and the language of the text.
Documentation
Typical usage scenario
1. I have created six different Java actions that help connect to Amazon Comprehend services. These actions enable the detection of entities, PII entities, sentiment, key phrases syntax, and the language of user-provided text.
2. I have created a list of microflows that utilize all six Java actions to leverage the key features of Amazon Comprehend.
3. Check the example folder for the usage of the Java actions and their respective microflows, along with a sample implementation on the ComprehendAnalysis page.
Features and limitations
This connector enables using key features of Amazon Comprehend, including Entity Recognition, Sentiment Analysis, Key Phrase Extraction, Language Detection, Syntax Extraction, and PII Entity Recognition.
Dependencies
AWSAunthentication Module
Installation
1. Download this connector from the Mendix Marketplace to use Amazon Comprehend in your web application.
2. The AWS Authentication module needs to be downloaded from the marketplace.
3. Before exploring the implementation files, ensure that you have configured your AWS credentials, including the Access Key and Secret Access Key.