-
|
I am using presidio to anonymize text in Polish, but it does not detect names (e.g., "Jan Kowalski"). Here is my code: Output: I expected the name "Jan Kowalski" and the email address to be anonymized, but the output remains unchanged. I have installed the pl_core_news_lg model using: python -m spacy download pl_core_news_lg The interesting thing is that when I use only
I have also tired it with stanza package but with the same result. Here is my code for that : |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Answered here: https://stackoverflow.com/questions/79482283/presidio-with-langchain-experimental-does-not-detect-polish-names |
Beta Was this translation helpful? Give feedback.
What do you mean?
To clarify, the LangChain wrapper is something that was created by the community, and we don't have any control over it.