question

DeeT-2558 avatar image
0 Votes"
DeeT-2558 asked SathyamoorthyVijayakumar-MSFT answered

What is the best Azure native alternative for Prosuite Text Analytics Tool?

what comparable tool is in Azure to solve the problem described below:

"The frequency and size of documents that an action officer is required to digest and comment on, as well as the breadth of subjects, are of such a magnitude that no one person can synthesize the information as fast as a computer. With the ability to produce mass amounts of information now decades past, we need to improve our ability to synthesize that information beyond simply sitting down to read all of it."

azure-text-analytics
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

SathyamoorthyVijayakumar-MSFT avatar image
0 Votes"
SathyamoorthyVijayakumar-MSFT answered

@DeeT-2558 - You could try Azure Text Analytics. It is a cloud service that provides Natural Language Processing (NLP) features for text mining and text analysis.

The below are few of the analysis features included with the service :

  1. Sentiment analysis

  2. Opinion mining

  3. Key phrase extraction

  4. Language detection

  5. Named entity recognition.


A sample analysis of text can be found at https://azure.microsoft.com/en-in/services/cognitive-services/text-analytics/#features

97621-image.png

You could refer this article to get started with the Text Analytics https://docs.microsoft.com/en-in/azure/cognitive-services/text-analytics/

Note :

Currently, service can analyze the document with max size of 5120 characters. Reading through your requirement, I understand that you may have a requirement of analyzing larger document (above the mentioned limit).

You will be able to meet your goal by splitting the large documents into chunks and combining all the results. You could refer this article for more information : Analyzing Large Documents


Please do not forget to "Accept the answer" wherever the information provided helps you. This will help others in the community as well.





image.png (79.7 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.