question

MUDGALVasudha-3261 avatar image
0 Votes"
MUDGALVasudha-3261 asked YutongTie-MSFT commented

How can we install Text Analytics In Azure?

text analytics

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

YutongTie-MSFT avatar image
1 Vote"
YutongTie-MSFT answered YutongTie-MSFT commented

@MUDGALVasudha-3261

Thanks for reaching out to us. Text analytics service now is under Azure Cognitive Service. Azure Cognitive Services for Language unifies three individual language services in Cognitive Services - Text Analytics, QnA Maker, and Language Understanding (LUIS).

All available features of Language Service are listed here: https://docs.microsoft.com/en-us/azure/cognitive-services/language-service/overview#available-features

You can select the feature you want and click the name in the table, more information will be provided.

Here you can see the quick-start of Language Detection feature. you can follow this guidance: https://docs.microsoft.com/en-us/azure/cognitive-services/language-service/language-detection/quickstart?pivots=programming-language-python

For all the features, the you need to create a Azure account and a language service first.

Azure subscription - Create one for free
Once you have your Azure subscription, create a Language resource in the Azure portal to get your key and endpoint. After it deploys, click Go to resource.
You will need the key and endpoint from the resource you create to connect your application to the API. You'll paste your key and endpoint into the code below later in the quickstart.
You can use the free pricing tier (F0) to try the service, and upgrade later to a paid tier for production.
To use the Analyze feature, you will need a Language resource with the standard (S) pricing tier.

Hope this helps!


Regards,
Yutong

-Please kindly accept the answer if you feel helpful, thanks.

· 1
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.

Hello @MUDGALVasudha-3261

I hope you have a chance to check above response. Please let us know if you have any further concern, if you feel the response is helpful, please kindly accept the answer so that we can close this case on our end. Thanks.

Regards,
Yutong

0 Votes 0 ·