【发布时间】:2022-03-07 15:59:33
【问题描述】:
我正在使用 aws comprehend 进行 PII 编辑,想法是检测实体,然后从中编辑 PII。
现在的问题是这个 API 有输入文本大小限制。如何提高限额??也许到 1 MB ??或者有没有其他方法可以检测大文本的实体。
错误:botocore.errorfactory.TextSizeLimitExceededException: An error occurred (TextSizeLimitExceededException) when calling the DetectPiiEntities operation: Input text size exceeds limit. Max length of request text allowed is 5000 bytes while in this request the text size is 7776 bytes
【问题讨论】:
-
这方面有什么更新吗?
标签: amazon-web-services nlp entity amazon-comprehend