Key phrase extraction is one of the features offered by Azure AI Language, a collection of machine learning and AI algorithms in the cloud for developing intelligent applications that involve written language. Use key phrase extraction to quickly identify the main concepts in text. For example, in the text “The food was delicious and the staff were wonderful.”, key phrase extraction will return the main topics: “food” and “wonderful staff”.
Sign up now! Fill out our quick registration form here!
Loading…
Call API with curl:
curl --location 'https://bztech-api-ai.azurewebsites.net/key-phrase-extraction' \ --header 'Content-Type: application/json' \ --data '{ "apiKey": "YOUR_API_KEY", "documents": [ "DOCUMENT_1", "DOCUMENT_2", "DOCUMENT_3" ] }'