You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add custom info type samples to inspect_content.py
Use flags to indicate dictionary word lists and regex patterns, then parse them into custom info types.
* Make code compatible with python 2.7
* Add missing commas
* Remove bad import
* Add tests for custom info types
* Add info_types parameter to deid.py
* Update deid tests to use info_types parameter
* Fix indentation
* Add blank lines
* Share logic for building custom info types
* Fix line too long
* Fix typo.
* Revert "Fix typo."
This reverts commit b4ffea6, so that
the sharing of the custom info type logic can be reverted as well to
make the code samples more readable.
* Revert "Share logic for building custom info types"
This reverts commit 47fc04f. This makes
the code samples more readable.
* Switch from indexes to using enumerate.
* Updated help message for custom dictionaries.
* Fix enumerate syntax error.
0 commit comments