AnonymizerBase#
- class langchain_experimental.data_anonymizer.base.AnonymizerBase[source]#
Base abstract class for anonymizers.
- It is public and non-virtual because it allows
wrapping the behavior for all methods in a base class.
Methods
anonymize
(text[, language, allow_list])Anonymize text.