An open API service indexing awesome lists of open source software.

https://github.com/bb-io/amazoncomprehend


https://github.com/bb-io/amazoncomprehend

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

          

# Blackbird.io Amazon Comprehend

Blackbird is the new automation backbone for the language technology industry. Blackbird provides enterprise-scale automation and orchestration with a simple no-code/low-code platform. Blackbird enables ambitious organizations to identify, vet and automate as many processes as possible. Not just localization workflows, but any business and IT process. This repository represents an application that is deployable on Blackbird and usable inside the workflow editor.

## Introduction

Amazon Comprehend is a natural language processing (NLP) service that uses machine learning to uncover insights and relationships in text. It can identify the language, extract key phrases, entities, sentiment, and syntax from documents, and organize a collection of text files by topics. This service is widely used for tasks such as analyzing customer feedback, categorizing documents, and extracting key information from large text datasets.

## Actions

### Detect
- **Detect entities** Detect entities in a document
- **Detect key phrases** Detect key phrases in a document
- **Detect personally identifiable information** Detect personally identifiable information in a document
- **Blur personally identifiable information** Blur personally identifiable information in a document
- **Detect syntactical elements** Detect syntactical elements of a document
- **Detect one dominant language** Detect one dominant language in a document
- **Detect dominant languages** Detect the dominant languages in a document
- **Detect sentiment** Detect the sentiment of a document

## Feedback

Do you want to use this app or do you have feedback on our implementation? Reach out to us using the [established channels](https://www.blackbird.io/) or create an issue.