NLP_with_AzureAI

Description

This repository contains code and resources for implementing Natural Language Processing (NLP) solutions using Azure AI services. The project focuses on utilizing language models to interpret the semantic meaning of written or spoken language.

Modules

The repository currently includes the first module completed as part of the Microsoft challenge: "Analyze text with Azure AI Language."

Features

  • Language Detection: Identify the language used in text.
  • Sentiment Analysis: Analyze the sentiment conveyed in text data.
  • Key Phrase Extraction: Extract key phrases from text.
  • Entity Recognition: Identify entities present in the text.
  • Linked Entities: Identify linked entities within the text.

Rescources

  • Microsoft Challenge: Link
  • Additional documentation and helpful resources related to Azure AI services.