Omri Mendels
Omri Mendels
Not yet. If you have a specific question we'd be happy to provide guidance.
Anything specific documentation missing?
Hi, this seems to be an issue with spaCy. Could be an issue with how Databricks handles the spaCy objects.
Hi @dsfrederic, Analyzing and anonymizing structured/semi-structured data is not yet supported in Presidio. In the meantime, we are collecting some feedback from users and looking for community contributions in this...
Hi @ckoppelman, thanks for the suggestion! We'll add this to our backlog.
Hi @nathanhruby, This is a great suggestion and we will look into this. If you or anyone else is interested in creating a PR, please do so and we would...
@erann1987 there's a test failing due to a missing import: https://dev.azure.com/csedevil/Presidio/_build/results?buildId=14352&view=logs&j=c159508c-3a29-50e1-f978-bea95db34528&t=b8c9e062-1bed-527e-b318-fc1a13efd07a&l=35
Points for a next PR to complete this: 1. end to end tests (current unit tests focus on input, but not on actually running the models) 2. Injection of the...
Hi, could it be related to context words? Could you provide a reproducible example where this happens? Your recognizers return a confidence of 0.4 and your threshold is 0.5, so...
Looks like this is a bug. We have some logic which looks at the recognizer name, and because all of the recogizers have the same name: `PatternRecognizer` then only one...