问题标签 [amazon-comprehend]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
47 浏览

amazon-sagemaker - Is there a way to show pdf in its original structure in the human review custom entity labelling in aws sagemaker?

I have modified this sample to read PDFs in tabular format. I would like to keep the tabular structure of the original pdf when doing the human review process. I notice the custom worker task template uses the crowd-entity-annotation element which seems to read only texts. I am aware that the human reviewer process reads from an S3 key which contains raw text written by the textract process.

I have been considering writing to S3 using tabulate but I don't think that is the best solution. I would like to keep the structure and still have the ability to annotate custom entities.

0 投票
1 回答
23 浏览

amazon-web-services - 如何在 AWS 理解中获取(或训练理解)文档类别

我想从文档的语料库中获取文档的类别。

小册子、目录、证书、简历等类别

有什么办法吗?或者我如何训练 AWS 理解来识别文档的类别?

0 投票
0 回答
71 浏览

node.js - 如何从 s3 存储桶中的 tar.gz 读取文件

我正在使用 AWS comprehend 自定义分类器,它在 S3 存储桶中以压缩 output.tar.gz 的形式将输出作为 json 文件提供。

Output.tar.gz 文件包含一个 json 文件我想将 json 文件的内容读入我的 lambda(node) 我该如何实现?

0 投票
0 回答
23 浏览

python - 在执行aws comprehend方法/使用python requests lib后创建elasticsearch索引并将数据上传到不同的索引

我正在尝试执行一个简单的步骤,在该步骤中,我必须创建多个索引,其中将存储 aws comprehend 方法的输出数据。`

我是 python requests 包和 aws elasticsearch 的新手,但想知道是否有办法做到这一点。

0 投票
0 回答
16 浏览

amazon-web-services - AWS Open Search with Sentiment

当我们从 twitter 搜索结果中读取数据时,我们正在流式传输存储在 DynanoDB 中的推文(尽管 DynanoDB 流式传输到 AWS Open Search)

我们想在 Open Search 中计算情绪并与推文一起存储。有什么好的办法吗?

0 投票
1 回答
23 浏览

amazon-web-services - 使用 AWS comprehend 获取文本中使用的前 3 种语言

我正在尝试使用 AWS Comprehend 服务自动检测文本中使用的语言。

使用boto.detect_dominant_language我们只能得到文本中最主要的主导语言。有没有办法获得 AWS Comprehend 文本中排名前 2-3 的主要语言?在他们的文档中找不到有关此的任何信息。

0 投票
0 回答
33 浏览

python - AWS Comprehend - NotAuthorizedException

我是aws的新手。我想在 python 中使用 comprehend api。

我编写了以下 python 脚本:

我创建了一个具有管理员访问权限的 IAM 用户并在我的 linux 控制台中对其进行了配置:

但是每次我调用我的python文件时都会出错:

不幸的是,直到现在我都无法解决这个错误。

这是我的第一个 AWS 项目。我需要解锁什么吗?我真的很感激任何提示如何解决这个问题。

提前致谢!

0 投票
1 回答
18 浏览

amazon-web-services - 如何跟踪 AWS 端点

我创建了一个分类器的 Amazon Web Services 端点并使其运行一段时间然后删除我需要知道该端点运行了多长时间,以便我可以估计产生的总成本。AWS 是否跟踪端点?我如何访问这些信息?

0 投票
1 回答
22 浏览

pyspark - AWS Comprehend 和 PySpark - F.when 不工作

我有一排不同语言的句子,语言代码在单独的列中。我指定只处理某些语言(en、es、fr 或 de),因为我知道 AWS Comprehend 不支持“nl”(荷兰语)。出于某种原因,我继续收到不支持“nl”的错误,即使它没有在我的 when 条件中列出,因此不应该通过 Comprehend udf 发送。关于什么可能是错的任何想法?

这是我的代码:

我收到此错误:

0 投票
2 回答
43 浏览

amazon-web-services - 将 boto3 用于 AWS Comprehend 时出现 IAM 权限错误

我正在使用命令行通过 aws 运行一些情绪分析,并且遇到了一些 IAM 问题。在运行“detect_dominant_language”函数时,尽管有允许所有理解函数的策略,但我还是遇到了 NotAuthorizedExceptions。该帐户的政策是:

关于我可能在哪里出错的任何想法?我已经三重检查了我的访问密钥,以确保我指的是正确的帐户。当我检查政策时,它就在那里,所以我对断开连接有点不知所措。S3 似乎也运行良好。

已经采取的步骤:

  1. 重置访问密钥/秘密访问密钥。
  2. 创建明确引用所需功能的 iam 策略并将其附加到“管理员”用户。
  3. 从 CLI 调用此方法(得到相同的错误)。

下面,我提供了可能有用的其他信息......

检查 iam 政策的代码:

输出:

触发错误的代码:

输出: