Enhance ChnPiiGenerator with Support for Additional Chinese PII Data Types #224
Labels
difficulty-medium
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
🚅Search before asking
I have searched for issues similar to this one.
🚅Description
We would like to enhance the existing
ChnPiiGenerator
by adding support for more data types. Currently, this generator primarily handles Chinese personal identifiable information (PII) data. Expanding its capabilities to support additional data types will improve its applicability and functionality.The PR link is #191, which introduces the
ChnPiiGenerator
class for handling Chinese PII data, including fitting, converting, and reverse converting processes.🏕Solution(optional)
It is suggested to add support for the following data types in the
ChnPiiGenerator
:🍰Detail(optional)
In the
ChnPiiGenerator
class, thefit
method can be extended to identify and process new data types. Below is a relevant code snippet from thefit
method, you can refer to the following code snippet to understand how existing data types are handled in theChnPiiGenerator
:The text was updated successfully, but these errors were encountered: