Skip to content
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

Enable Orchestrator entity recognition when entity model is provided #3441

Merged
merged 24 commits into from
Mar 26, 2021

Conversation

tsuwandy
Copy link
Contributor

@tsuwandy tsuwandy commented Mar 25, 2021

Fixes #
#3440

Description

  • Detect entity model folder inside model folder when model is initialized and set entity scoring flag to true
  • Call LabelResolver.Score for entity
  • Add results to recognizerResult.Entities collection

This PR also contains Orchestrator telemetry updates from @daveta

@coveralls
Copy link

coveralls commented Mar 25, 2021

Pull Request Test Coverage Report for Build 690943451

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 32 unchanged lines in 1 file lost coverage.
  • Overall coverage decreased (-0.002%) to 85.002%

Files with Coverage Reduction New Missed Lines %
libraries/botbuilder-ai-orchestrator/src/orchestratorAdaptiveRecognizer.ts 32 68.4%
Totals Coverage Status
Change from base Build 690889150: -0.002%
Covered Lines: 18912
Relevant Lines: 21180

💛 - Coveralls

@daveta daveta requested a review from congysu March 25, 2021 22:00
Copy link
Member

@congysu congysu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks.

Copy link
Contributor

@joshgummersall joshgummersall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One quick question.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants