Amazon Comprehend 自然语言处理案例:从概念到实战
概念篇:核心概念与服务能力
1. Amazon Comprehend 是什么
Amazon Comprehend 是 AWS 提供的 自然语言处理 (NLP) 托管服务,无需自己训练模型即可分析文本。
核心能力包括:
功能 | 描述 |
---|---|
情感分析 (Sentiment Analysis) | 检测文本情绪:Positive / Negative / Neutral / Mixed |
实体识别 (Entity Recognition) | 识别文本中的人名、地点、组织、日期、数量等 |
关键短语抽取 (Key Phrases) | 提取文本中重要短语或概念 |
语言检测 (Language Detection) | 自动检测文本语言 |
主题建模 (Topic Modeling) | 分析大量文档的主题分布 |
自定义分类器 (Custom Classification) |