Azure AI Language SDK for JavaScript

Explore practical examples and learn how to leverage Azure's powerful AI Language services.

Featured Examples

Text Analysis Example

Sentiment Analysis

Analyze the sentiment of text to understand opinions and emotions expressed by users.

Text Analysis Sentiment JavaScript
Key Phrase Extraction Example

Key Phrase Extraction

Identify the main points and keywords from large amounts of text.

Text Analysis Keywords JavaScript
Named Entity Recognition Example

Named Entity Recognition (NER)

Extract and categorize entities such as people, organizations, and locations from text.

Text Analysis Entities JavaScript
Conversational Language Understanding Example

Conversational Language Understanding (CLU)

Build custom language models to understand user intents and extract entities from conversational text.

CLU Intents JavaScript

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

Language Detection Example

Language Detection

Automatically detect the language of text with high accuracy.

Text Analysis Language JavaScript
Document Translation Example

Document Translation

Translate documents between multiple languages programmatically.

Translation Documents JavaScript
Question Answering Example

Question Answering

Build a knowledge base to answer questions from unstructured and semi-structured content.

Question Answering Knowledge Base JavaScript