Featured Examples
Sentiment Analysis
Analyze the sentiment of text to understand opinions and emotions expressed by users.
Key Phrase Extraction
Identify the main points and keywords from large amounts of text.
Named Entity Recognition (NER)
Extract and categorize entities such as people, organizations, and locations from text.
Conversational Language Understanding (CLU)
Build custom language models to understand user intents and extract entities from conversational text.
Getting Started with the SDK
Install and Authenticate
Learn how to install the Azure AI Language SDK for JavaScript and authenticate your application to use Azure services.
npm install @azure/ai-textanalytics @azure/ai-language-conversations
Refer to the official documentation for detailed authentication steps.
Explore More Capabilities
Question Answering
Build a knowledge base to answer questions from unstructured and semi-structured content.