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

Pseudonymization (aka. Maintain Identity semantics during Scrub) #264

Open
atomicrichard opened this issue Jun 14, 2023 · 5 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@atomicrichard
Copy link

Feature request

When calling scrub.scrub_text, instead of just replacing with ***, we would like to retain semantic meaning. e.g. given:

Alice said hi to Bob

We want:

<PersonA> said hi to <PersonB>

and not just:

*** said hi to ***

@KrishPatel13 🙏

Motivation

I'm always frustrated when [...] so this feature would [...].

@atomicrichard atomicrichard added the enhancement New feature or request label Jun 14, 2023
@KrishPatel13 KrishPatel13 self-assigned this Jun 15, 2023
@KrishPatel13 KrishPatel13 linked a pull request Jun 15, 2023 that will close this issue
10 tasks
@KrishPatel13 KrishPatel13 removed a link to a pull request Jun 16, 2023
10 tasks
@KrishPatel13 KrishPatel13 changed the title Maintain semantic meaning during scrubbing Pseudonymization (aka. Maintain Identity semantics during Scrub) Jun 29, 2023
@KrishPatel13
Copy link
Collaborator

KrishPatel13 commented Jun 29, 2023

Nice Article which describes the Pseudonymization (related Library: OpenRedact)

Link: https://medium.com/@openredact/anonymizer-a-framework-for-text-anonymization-499855f639d4
image

@KrishPatel13
Copy link
Collaborator

Must Read: #330 (comment)

@KrishPatel13
Copy link
Collaborator

KrishPatel13 commented Jul 21, 2023

Tested OpenRedact/anonymizer (but the there is no API refrence, no docs) and also had issues on testing it manuallly.

Then proceeded to find another psuedonymization library, and found about Cape-Privacy

Good Choice Cape-Privacy for OpenAdapt: https://docs.capeprivacy.com/getting-started/

@KrishPatel13
Copy link
Collaborator

Shall we close this @abrichr as completed ?

@abrichr
Copy link
Member

abrichr commented Jul 15, 2024

@KrishPatel13 can you please link to where this has been implemented?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants