388 questions with Azure AI Language tags

Sort by: Updated
1 answer

LinkedEntity Class contains no overall confidence score

Is there a specific reason why LinkedEntity Class does not contain a confidence score for the whole entity rather than only the matches found in the string? CategorizedEntity Class for example contains a confidence score for the whole Entity, but has…

Azure AI Language
Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
388 questions
asked 2021-04-26T14:42:08.19+00:00
Bergmann, Jan-Peter 1 Reputation point
commented 2021-05-10T20:29:00.263+00:00
YutongTie-MSFT 48,501 Reputation points
1 answer

Extracting text and interleaved figures from a scanned PDF

I'm using material from a scanned book in an experiment (with publisher permission, of course), which predates ebooks. So I have high-quality scans of every page. The book is novel in that that (a) there is on average at least one image per page, often…

Azure AI Language
Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
388 questions
asked 2021-04-27T18:50:13.777+00:00
Ken Forbus 1 Reputation point
commented 2021-05-03T17:28:33.57+00:00
YutongTie-MSFT 48,501 Reputation points
1 answer

Azure Text Analytics API algorithm

As far as I know, Azure Text Analytics API uses Azure ML algorithm. If so, I would like to know what algorithm the text analytics API was built using in Azure ML.

Azure AI Language
Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
388 questions
asked 2021-04-20T07:17:32.517+00:00
최지희 1 Reputation point
answered 2021-04-20T11:31:08.833+00:00
romungi-MSFT 43,691 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

pip install --upgrade azureml-sdk in anaconda bleibt scheinbar seit Tagen stehen, wie behebe ich diesen Umstand?

Ein freundliches hallo Allen, ich versuche seit Tagen mit dem Befehl: pip install --updrade azureml-sdk in der Anaconda Entwicklungsumgebung in der Konsole das AzureML-SDK zu installieren. Dies ist Teil eines Kurses: …

Azure AI Language
Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
388 questions
asked 2021-03-24T12:26:36.657+00:00
Heiko Borsch 96 Reputation points
commented 2021-04-05T07:54:52.123+00:00
YutongTie-MSFT 48,501 Reputation points
1 answer

How to get overall sentiment score using Text Analytics API?

I'm making a post request to the Text Analytics API to run sentiment analysis on a sample text and am successfully getting back the following response. Going by this response, I don't see a means to grab a single overall score for the document - just the…

Azure AI Language
Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
388 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,627 questions
asked 2021-03-07T17:01:13.6+00:00
Shimmur 1 Reputation point
commented 2021-03-16T08:18:37.217+00:00
romungi-MSFT 43,691 Reputation points Microsoft Employee
0 answers

Is the PiiEntitiesRecognitionTask available to use in the azure.ai.textanalytics python package?

I'm trying to use the PiiEntitiesRecognitionTask function from the azure.ai.textanalytics python package to perform asynchronous calls but I get the message "cannot import name "PiiEntitiesRecognitionTask" from 'azure.ai.textanalytics'…

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
2,070 questions
Azure AI Language
Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
388 questions
asked 2021-03-04T12:24:55.623+00:00
Jay Tuck 126 Reputation points
commented 2021-03-10T08:50:00.547+00:00
YutongTie-MSFT 48,501 Reputation points
1 answer

404 error: resource not found when using text analytics client library

I've used the code from the quickstart guide on using text analytics client library. documents = ['It was a bleak experience attending this language school for the exam. It was very hard to find. '] response =…

Azure AI Language
Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
388 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,627 questions
asked 2021-03-07T18:10:46.297+00:00
Shimmur 1 Reputation point
answered 2021-03-08T13:47:56.24+00:00
Ramr-msft 17,731 Reputation points
1 answer

Which endpoint API address to use?

I'm trying out the Text Analytics API for sentiment analysis and just wondering which API address I should use. I've seen two formats in the docs/tutorials. [location].api.cognitive.microsoft.com/text/analytics/v3.0/sentiment …

Azure AI Language
Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
388 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,627 questions
asked 2021-03-07T16:50:47.34+00:00
Shimmur 1 Reputation point
answered 2021-03-08T11:31:41.963+00:00
Ramr-msft 17,731 Reputation points
1 answer

Text Analytics best way to get full json for later processing.

I am using Text Analytics for sentiment and named entity recognition. Currently, I am using the Azure.AI.TextAnalytics package with C#, my use case requires calling the analytics API, getting the response document, storing the document for later…

Azure AI Language
Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
388 questions
asked 2021-02-16T02:49:34.653+00:00
BET 16 Reputation points
commented 2021-03-03T00:46:11.187+00:00
Ramr-msft 17,731 Reputation points
1 answer

Regarding access to azure text analytics health

Hi Team, I had requested for Azure Text Analytics Preview feature on 15 February 2021 and the access is not provided yet. I am waiting for response from your end so that I can proceed my research in Azure Text Analytics for health. Please find below…

Azure AI Language
Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
388 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,627 questions
asked 2021-02-23T09:04:22.747+00:00
Purnima Jaiswal 41 Reputation points
answered 2021-02-23T12:29:02.64+00:00
romungi-MSFT 43,691 Reputation points Microsoft Employee
0 answers

Getting "400-Unsupported feature" response while calling text analytics health API

Hi team, We are trying to evaluate Text Analytics for Health to solve one of our use cases. So first we created cognitive service in Azure and got hostname and Access key. We tried to use analytics service for health but we are not getting any positive…

Azure AI Language
Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
388 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,627 questions
asked 2021-02-18T10:17:33.3+00:00
Purnima Jaiswal 41 Reputation points
commented 2021-02-21T16:47:24.653+00:00
romungi-MSFT 43,691 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Entity recognition datetime type

Hello, can't find a way to get the actual date for DateTime entity type. For example, if I write something like "Hello, assign task for tomorrow", I will get the output like below, where "tomorrow" is recognized as date, but not…

Azure AI Language
Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
388 questions
asked 2021-02-18T13:08:44.807+00:00
ChugunovIvan 21 Reputation points
accepted 2021-02-20T08:58:20.52+00:00
ChugunovIvan 21 Reputation points
1 answer One of the answers was accepted by the question author.

READ OCR On-Prem Docker Container

I have PDFs that have sensitive information on them and those documents cannot leave our Premises. Does the Docker Container which says it can be deployed on-prem send the pdfs to Microsoft? Thank you

Azure Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
345 questions
Azure AI Language
Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
388 questions
asked 2021-02-12T20:44:05.583+00:00
Baruch Shadrouz 31 Reputation points
accepted 2021-02-16T17:14:19.287+00:00
Baruch Shadrouz 31 Reputation points
1 answer One of the answers was accepted by the question author.

Endpoint api address to get health entities.

Hi team, 1.) For extracting the health related entities such as diagnosis, and procedure below is the api address we found in the documentation …

Azure AI Language
Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
388 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,627 questions
asked 2021-02-15T12:33:29.297+00:00
Purnima Jaiswal 41 Reputation points
accepted 2021-02-16T07:17:04.34+00:00
Purnima Jaiswal 41 Reputation points
1 answer One of the answers was accepted by the question author.

unable to detect health categories such as Examination, Treatment etc using Azure Text Analytics

Hi Team, I am Purnima from Citiustech Healthcare Technology Pvt Ltd and I have few queries related to Microsoft Azure Text Analytics. I am working on one of the POC on NLP to get the health entities such as Diagnosis and Procedure from text using Azure…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
859 questions
Azure AI Language
Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
388 questions
asked 2021-02-12T09:56:23.087+00:00
Purnima Jaiswal 41 Reputation points
accepted 2021-02-15T05:24:05.957+00:00
Purnima Jaiswal 41 Reputation points
0 answers

Twitter Sentiment Analysis using Logic Apps and Text Analytics

Dear Team, This is my first post in the Azure community. Please excuse me for any mistakes. I am new to Azure and working on one research project. I want to analyze tweets from Twitter during the Superbowl 2021 event. I need the help with following…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,985 questions
Azure AI Language
Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
388 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,627 questions
asked 2021-02-06T00:04:14.25+00:00
Priyal Nile 1 Reputation point
commented 2021-02-09T09:50:27.323+00:00
YutongTie-MSFT 48,501 Reputation points
1 answer

Cannot process more than 5 tweets in Azure Logic Apps

I want to process more than 5 tweets in the Azure Logic Apps. Although I set the parameter in When a new tweet is posted "How often do you want to check for items?" as 1 second, the actual processing occurs after an hour. and after each hour,…

Azure SQL Database
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,985 questions
Azure AI Language
Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
388 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,627 questions
asked 2021-02-06T16:39:36.32+00:00
Priyal Nile 1 Reputation point
answered 2021-02-07T12:01:44.493+00:00
Kamlesh Kumar 3,861 Reputation points
1 answer

Analyze email body and extract key value

I want to extract key word value like "email", "phone no" , "customer number" , "Invoice". for example My name is Rajev dave, my in let's see I'll do my customer number is 10400068. My email address is…

Azure AI Language
Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
388 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,627 questions
asked 2021-01-16T10:02:17.267+00:00
Rajeev Kumar Dave 21 Reputation points
commented 2021-01-21T18:11:21.63+00:00
Rajeev Kumar Dave 21 Reputation points
3 answers

Text and Image analysis

I would like to use azure to analysis multiple bank statements and classify transactions, how do I go about doing this?

Azure AI Language
Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
388 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,627 questions
asked 2020-11-12T10:51:29.053+00:00
George Nicholson 6 Reputation points
commented 2020-12-14T15:22:39.57+00:00
Ramr-msft 17,731 Reputation points
2 answers

How can I make my own TTS(Text to Speech)? What should we do?

I am an announcer. And I want make my own DIY Text to Speech of Azure. How many steps should we do? And I have a lot of friend who are some voice actors or announcers of some languages like Uyghur and Chahar Mongolian. Is there any way to order our own…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,548 questions
Azure AI Language
Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
388 questions
asked 2020-12-10T09:54:39.203+00:00
Gates 1 Reputation point
answered 2020-12-11T10:13:20.817+00:00
romungi-MSFT 43,691 Reputation points Microsoft Employee