Build a Conversational Language Understanding Model (Part 2)
Pre-Configured Features The Azure AI Language service offers specific functionalities without requiring any model labelling or training. After you set up your resource, you can transmit your data and utilize the results returned in your application. The following features are all pre-configured: Summarization Summarization is available for both documents and conversations, and will summarize the text into key sentences that are predicted to encapsulate the input's meaning. Named Entity Recognition Entity recognition can identify and extract various entities like individuals, locations, or organizations, enhancing your application's ability to understand different entity types for better natural language interaction. For instance, in the sentence "The waterfront pier is my favorite Seattle attraction," Seattle would be recognized and classified as a location. Personally Identifiable Information (PII) Detection PII detection allows you to identify, categorize, and red...