Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们可以使用通用 AWS 实体覆盖自定义实体吗?
我创建了自定义实体,但之后它没有识别 Aws Genreic 实体
自定义实体识别器将仅识别训练期间指定的实体类型。如果您希望它能够识别 AWS 实体类型,那么您需要在训练数据中提供它。另一种方法是将自定义识别器与 Comprehend 结合使用,然后对每个识别器运行一个作业,或者对每个识别器使用 DetectEntities。