Search⌘ K
AI Features

Performing Text Summarization

Explore how to perform text summarization using Azure Language Cognitive Services. Understand the extractive summarization method that extracts key sentences from large texts to provide concise summaries. Learn to implement this feature with the Azure Language SDK, handling setup, sending documents, and processing results effectively.

What is text summarization?

Text summarization is one of the most popular features used in the field of Natural Language Processing. In this process, a big chunk of text, documents, articles, etc. is condensed into a small chunk of text. This small chunk of text consists of the most important sentences present in the original text.

This feature is very useful when the user just wants to get a gist of the complete text without even reading it completely. The Azure Language service provides this summarization feature as a part of its service. This summarization is also called ...