This repository was archived by the owner on Jan 15, 2025. It is now read-only.
feat: CLU recognizers#1465
Merged
tracyboehrer merged 3 commits intomicrosoft:mainfrom Mar 7, 2023
ormikopo1988:feature/clu-recognizer
Merged
feat: CLU recognizers#1465tracyboehrer merged 3 commits intomicrosoft:mainfrom ormikopo1988:feature/clu-recognizer
tracyboehrer merged 3 commits intomicrosoft:mainfrom
ormikopo1988:feature/clu-recognizer
Conversation
Contributor
Author
|
@tracyboehrer @cwhitten FYI the PR for the CLU recognizer. I cannot add you as reviewers, please feel free to add yourselves. Thanks! |
tracyboehrer
approved these changes
Mar 7, 2023
packages/Recognizers/ConversationLanguageUnderstanding/dotnet/CluApplication.cs
Show resolved
Hide resolved
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
This is the source code for the conversation language understanding (CLU) recognizer.
Changes
Source code for CLU recognizer.
Tests
It is covered by new tests. The unit test project for the CLU recognizer package source code is the ./tests/unit/packages/Recognizers/dotnet/Microsoft.Bot.Components.Recognizers.CLURecognizer.Tests.Unit.csproj.
fixes #1466