简体   繁体   English

Azure 认知文本分析

[英]Azure Cognitive Text Analytics

The new Text Analytics library working with v3.0-preview for Sentiment Analysis.使用 v3.0-preview 进行情感分析的新文本分析库。 I passed a text with multiple sentences as a document to get the sentiment of the whole text.我通过一个包含多个句子的文本作为文档来获取整个文本的情绪。

I have received the following warning in the response.我在回复中收到了以下警告。 "warnings":["Sentence was truncated because it exceeded the maximum token count."]} "warnings":["句子被截断,因为它超过了最大标记数。"]}

Frist result on your favorite search engine: https://docs.microsoft.com/en-us/azure/cognitive-services/text-analytics/overview#data-limits您最喜欢的搜索引擎上的第一个结果: https : //docs.microsoft.com/en-us/azure/cognitive-services/text-analytics/overview#data-limits

Maximum size of a single document: 5,120 characters as measured by StringInfo.LengthInTextElements.单个文档的最大大小:5,120 个字符,由 StringInfo.LengthInTextElements 测量。

这是设计使然:文档在内部被拆分成句子,但我们对句子中的单词数有最大长度限制。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 什么是 Azure 认知服务文本分析 API 中的事务 - what is a transaction in Azure's cognitive Services text analytics API Azure认知文本分析工具返回400错误请求Python - Azure Cognitive text analytics Tool returns 400 Bad request Python Azure 认知服务语音转文本 - Azure Cognitive Services Speech to Text Azure媒体分析与认知服务视频API - Azure Media Analytics vs Cognitive Services Video API MS 文本分析认知服务:如何使用本地数据库? - MS Text Analytics Cognitive Service: how to work with local database? Azure OCR 或其他 Azure 认知 Function 从 ZBCD1B6864017759B1DFCZFF0 读取文本 - Azure OCR or other Azure Cognitive Function To Read Text From PDF 使用 Azure 认知服务文本翻译 API 的 Web 应用示例 - Examples of Web App using Azure Cognitive Services Translator Text API Azure 认知服务 - 文本转语音 - SpeakTextAsync 不返回 - Azure Cognitive Services - Text-to-Speech - SpeakTextAsync does not return Microsoft Azure 认知语音转文本 - 返回未定义的 API 错误 - Microsoft Azure Cognitive Speech to Text - Returns undefined API Error 如何从 azure 认知服务中保存转换后的文本数据? - How to save converted text data from azure cognitive services?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM