Module: Rogalik::Plugins::Core::PiiDetectorMethods
- Defined in:
- lib/rogalik/plugins/core/pii_detector_methods.rb
Overview
Instance methods mixed into Rogalik::Pipeline::PiiDetector.
Instance Method Summary collapse
-
#anonymize ⇒ void
Anonymizes personally identifiable information in documents before embedding.
Instance Method Details
#anonymize ⇒ void
This method returns an undefined value.
Anonymizes personally identifiable information in documents before embedding.
11 12 13 |
# File 'lib/rogalik/plugins/core/pii_detector_methods.rb', line 11 def anonymize print("PiiDetector...") end |