-
Notifications
You must be signed in to change notification settings - Fork 373
Update privacy-portal.md with synonyms example #5362
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
Conversation
added screenshot for synonyms in privacy-portal.md
src/privacy/portal.md
Outdated
The matchers scan data coming from your Sources for PII based on both | ||
exact-matching (and fuzzy-matching if you select 'Similar to' option). | ||
As an example, if you have a custom matcher for detecting "credit card | ||
number", it will also detect variations like "credit-card number", or | ||
typos such as "creditt card number". |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @muhammadatifjav - given that we discuss matching in detail in the section immediately before this, I think we can remove this section.
The matchers scan data coming from your Sources for PII based on both | |
exact-matching (and fuzzy-matching if you select 'Similar to' option). | |
As an example, if you have a custom matcher for detecting "credit card | |
number", it will also detect variations like "credit-card number", or | |
typos such as "creditt card number". |
src/privacy/portal.md
Outdated
Our fuzzy matching uses [this public GitHub repository](https://github.com/imjasonmiller/godice) | ||
to determine if it is a match. However, it will not detect all variations | ||
and for those scenarios, you can use synonyms. You can add "credit card no", | ||
"debit card number", or similar variations in the synonyms section. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Our fuzzy matching uses [this public GitHub repository](https://github.com/imjasonmiller/godice) | |
to determine if it is a match. However, it will not detect all variations | |
and for those scenarios, you can use synonyms. You can add "credit card no", | |
"debit card number", or similar variations in the synonyms section. | |
Segment's exact matching and fuzzy matching do not detect all variations in the received keys | |
and for those scenarios, you can use synonyms. For example, for the value `credit card number`, you can add "credit card no", | |
"debit card number", or similar variations in the synonyms section to classify those fields. |
I moved it below regex section - as regex section goes with custom matchers header
Thank you for your contribution! Your pull request is merged, but may take a day or two to appear on the site. |
Proposed changes
Added an example of synonyms as customers get confused on how to use this functionality works until you explain their specific use case.
Merge timing
Related issues (optional)
https://segment.atlassian.net/browse/KCS-626