Sentiment Analysis
对不同来源文本的多语言情感分析
- 认证方式
- API Key
- HTTPS
- Yes
- CORS
- Yes
- 分类
- 文本分析
简介
MeaningCloud 的情感分析 API 对文本情感分类(正/负/中性),带一致性和反讽检测。认证是 API 密钥。
⚠️ 状态(2026-08 实测):
api.meaningcloud.com在本网络无法访问(TLS 连接失败)。这可能反映区域/网络屏蔽——使用前请从你的网络验证。
提供的数据
curl -X POST "https://api.meaningcloud.com/sentiment-2.1" \
-d "key=YOUR_KEY&lang=en&txt=I love this product!"
{
"status": { "code": "0", "msg": "OK" },
"score_tag": "P",
"agreement": "AGREEMENT",
"subjectivity": "SUBJECTIVE",
"irony": "NONIRONIC"
}
注意事项
- 在 meaningcloud.com 注册 → 免费 API 密钥。
score_tag:P(正)、N(负)、NEU(中性)、NONE。- 免费套餐 2,000,000 次/年(看文档)。
常见问题
MeaningCloud 免费吗? 免费层:2,000,000 次/年;更多需要付费。
为什么访问不了? 我们 2026-08 检查遇到 TLS 失败——请从你的网络验证。
返回什么? 情感、一致性、主观性和反讽。
文本分析 分类更多
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| apilayer languagelayer Language Detection JSON API supporting 173 languages | OAuth | Yes | Unknown | ↗ |
| Audexum Text-to-speech REST API with 43 voices and 33 languages | API Key | Yes | Yes | ↗ |
| Aylien Text Analysis A collection of information retrieval and natural language APIs | API Key | Yes | Unknown | ↗ |
| Cloudmersive Natural Language Processing Natural language processing and text analysis | API Key | Yes | Yes | ↗ |
| Code Detection Detect, label, format and enrich the code in your app or in your data pipeline | OAuth | Yes | Unknown | ↗ |