All Content tagged with Amazon Comprehend
a natural-language processing (NLP) service that uses machine learning to uncover valuable insights and connections in text
Content language: English
Select up to 5 tags to filter
Sort by most recent
I trained a custom Comprehend classifier in multi-class/single-label mode. It was trained using 1200 documents. There are a total of 70 labels total.
My question is regarding the meaning "Score" in...
According to the Amazon Comprehend Medical [pricing document](https://aws.amazon.com/comprehend/medical/pricing/), the API cost is discounted if we use more than 1M units per month. How is the "month"...
Error message: The file webform-training-list-utf-csv-note.csv could not be decoded as valid utf-8 at position 6357 to 6358. Bad data: b'\x96'., exit code: 1
There are characters and linebreaks in my...
When I try to train a Custom Entity Recognition Model using a plain text annotation file in csv format via aws console, the model training always fails with the error message:
Validate user metadata...
i just signed up for the free service, and most of this is Greek to me. I was told i could use this to optimize my Amazon listings. How in the world do i do that? I just want to enter my title and...
Is it possible to use Clarify for explainability/bias detection on a Comprehend model endpoint?
Hello,
In Java AWS SDK is there mandatory the language parameter when `Comprehend.getEntities` is invoked ?
If language is not specified, will Comprehend.Entities detect the language, or which...
Can anyone provide insight into when the Amazon Comprehend service "Trust and Safety" will be available in the "eu-central-1" region? We are interested in using it for identifying toxic text content...
Can we give the audio format as input file into amazon comperhend for sentiment analysis. Instead, of using the amazon Transcribe to convert the audio to text and pass that text file to amazon...
I trained a custom Multi-label classifier and created an endpoint for it.
There are more than 20 classes all together.
However, invoking the classifier I only ever get 3 classes / labels and their...
We are using the Comprehend asynchronous API for a custom text-only classification model. Per the documentation, asynchronous requests are limited to [10 active...
The async Textract Analysis Job NotificationChannel is a very helpful mechanism to listen for results. I can't find an equivalent to the async Comprehend Analysis Jobs. Is there a plan to implement...