...
/Performing a Key-Phrases Extraction
Performing a Key-Phrases Extraction
Learn to use the text analytics service from Azure to extract key phrases from the text using the SDK.
We'll cover the following...
What is key-phrase extraction?
The key-phrase extraction is an application in the field of Natural Language Processing, where the key points from a chunk of text can be extracted. This usually helps to understand the overall idea of the text without reading the complete text. The Azure
Dependencies
To work with this chapter and run the ...