-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Merged by Bors] - feat: added vfnlu types to base-types [LUIS Removal] (PL-532) #443
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some comments
@@ -1,5 +1,10 @@ | |||
import { SlotType } from '../constants'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Most of the types can be left alone because they are only used in LUIS model import/export, which is something we will continue to support. However,BuiltInLuisSlotType
and GENERAL_SLOT_TYPE_TO_LUIS
are used in the NLU training process and we've marked these as deprecated to discourage further usage.
@@ -0,0 +1,76 @@ | |||
import { SlotType } from '../constants'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file contains BuiltInVFNLUSlotType
and GENERAL_SLOT_TYPE_TO_VFNLU
, which are just copy-pastes of BuiltInLuisSlotType
and GENERAL_SLOT_TYPE_TO_LUIS
. This is subject to change as the ML team evolves VFNLU.
In the future, we may want to remove/add slot types depending on what ML team wants to do with VFNLU.
SonarCloud Quality Gate failed. 0 Bugs No Coverage information Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
71d4e28
to
3988471
Compare
bors r+ |
bors cancel |
Canceled. |
<!-- You can erase any parts of this template not applicable to your Pull Request. --> **Fixes or implements PL-532** ### Brief description. What is this change? <!-- Build up some context for your teammates on the changes made here and potential tradeoffs made and/or highlight any topics for discussion -->
0312df8
to
e81bd7c
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs 77.8% Coverage The version of Java (11.0.3) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17. |
bors r+ |
<!-- You can erase any parts of this template not applicable to your Pull Request. --> **Fixes or implements PL-532** ### Brief description. What is this change? <!-- Build up some context for your teammates on the changes made here and potential tradeoffs made and/or highlight any topics for discussion -->
bors cancel |
Canceled. |
bors r+ |
<!-- You can erase any parts of this template not applicable to your Pull Request. --> **Fixes or implements PL-532** ### Brief description. What is this change? <!-- Build up some context for your teammates on the changes made here and potential tradeoffs made and/or highlight any topics for discussion -->
Pull request successfully merged into master. Build succeeded: |
Fixes or implements PL-532
Brief description. What is this change?
Implementation details. How do you make this change?
Setup information
Deployment Notes
Related PRs
Checklist