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

Different Confidence thresholds for different entity types #101

Open
AchintyaX opened this issue Nov 25, 2021 · 0 comments
Open

Different Confidence thresholds for different entity types #101

AchintyaX opened this issue Nov 25, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request feature

Comments

@AchintyaX
Copy link
Contributor

The ListSearchPlugin has a mechanism to remove entities whose match confidence is below a provided threshold.
At there is only one threshold value that can be set, the same threshold value would be applied to filter for all entity types.
The request is to add functionality to allow different thresholds for different entity types.

This requires the following tasks to be done -

  1. Update the sample config structure to support the addition of threshold values for different entities
  2. Update the confidence filtering mechanism to support changes in config
  3. Add needful unit tests to ensure the feature works well.
@AchintyaX AchintyaX added enhancement New feature or request feature labels Nov 25, 2021
@AchintyaX AchintyaX self-assigned this Nov 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature
Projects
None yet
Development

No branches or pull requests

1 participant