AWS Comprehend NLP package
- Updated: 2021/09/07
AWS Comprehend NLP package
The AWS Comprehend NLP package contains actions that enable you to connect to and consume the Amazon Comprehend API to identify the language, sentiment, key phrases, and entities.
Before you start
- Access key and Secret key: Credentials that authenticate Automation 360 with your AWS account.
- Region: Specifies the AWS service endpoint.
Actions in the AWS Comprehend NLP package
Action | Description |
---|---|
Detect language | Identifies the language of the provided content and returns it in ISO 639-1 language code. The output is stored in a string variable. This action supports over 100 languages. For the full list, see Detect the Dominant Language. |
Get key phrases | Identifies the main points and returns a list of key phrases. For example, if the input text is about a basketball game, this action returns the names of teams, the name of the venue, and the final score. |
Get named entities | Identifies the entities in the provided content such as people,
places, organizations, date/time, quantities, branded products, and
book titles. The output is stored in a dictionary variable, where each name is a key, and the corresponding entity is the value. |
Get sentiment | Analyzes the provided content and returns the overall sentiment
and scores for all possible sentiments. An example output of the
dictionary values:
The output is stored in a
dictionary variable containing two keys and their corresponding
values: |