Back to skills

azure-ai-textanalytics-py

ai-tools

Azure AI Text Analytics SDK for Python wraps the Azure AI Language service REST API. It covers sentiment analysis, named entity recognition, PII detection and redaction, key phrase extraction, languag

Setup & Installation

npx skills add https://github.com/microsoft/azure-ai-textanalytics-py --skill azure-ai-textanalytics-py
or paste the link and ask your coding assistant to install it
https://github.com/microsoft/azure-ai-textanalytics-py
View on GitHub

What This Skill Does

Azure AI Text Analytics SDK for Python wraps the Azure AI Language service REST API. It covers sentiment analysis, named entity recognition, PII detection and redaction, key phrase extraction, language detection, and healthcare NLP. Running all these NLP tasks through a single authenticated client with batch support is faster to set up than chaining separate models or libraries, and avoids managing model hosting entirely.

When to use it

  • Working with azure ai textanalytics py functionality
  • Implementing azure ai textanalytics py features
  • Debugging azure ai textanalytics py related issues