How do you know the score range of each recognizer? #1170
Replies: 1 comment
-
|
Each recognizer has a different way of assigning scores. For regex recognizers ( For context score, the value is determined by the For checksum validation, the score is determined by To get more insights for every decision, you can return the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to query what scores a recognizer can produce with and without context enhancement? Suppose I want to write my own specialized recognizer, and I want it to beat a given Presidio's recognizer R, except when R's score is boosted by context. For that, I need to know what scores R assigns (base score and, at least, the minimal enhanced score). Is there a way to get such info other than browsing through the code?
Beta Was this translation helpful? Give feedback.
All reactions