Why isn't TransformersRecognizers part of lib? #1055
Unanswered
danielsaaf
asked this question in
Q&A
Replies: 1 comment
-
Hi @danielsaaf, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
In the docs i found a really useful class (TransformersRecognizer) https://github.com/microsoft/presidio/blob/aeaff636a6922757f169e297c0dd0333dc722343/docs/samples/python/transformers_recognizer/transformer_recognizer.py
Which allows me to setup at transformer-recognizer based on a huggingface-model according to the documentation under /docs/samples/python
My question is, why isn't this implemented in the library to enable users to import that directly?
Are there any recommendation on how to handle it? Would it be possible to import it from the docs-source?
Beta Was this translation helpful? Give feedback.
All reactions