https://github.com/bb-io/amazoncomprehend
https://github.com/bb-io/amazoncomprehend
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bb-io/amazoncomprehend
- Owner: bb-io
- License: mit
- Created: 2023-06-29T14:28:16.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-09T10:27:54.000Z (about 2 years ago)
- Last Synced: 2024-04-09T12:11:52.176Z (about 2 years ago)
- Language: C#
- Size: 49.8 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.