You've already forked DataMate
feature: 增加水印去除/高级匿名化算子 (#151)
* feature: 增加水印去除算子 * feature: clean code * feature: clean code * feature: 增加高级匿名化算子
This commit is contained in:
4
runtime/ops/mapper/pii_ner_detection/__init__.py
Normal file
4
runtime/ops/mapper/pii_ner_detection/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from datamate.core.base_op import OPERATORS
|
||||
|
||||
OPERATORS.register_module(module_name='PiiDetector',
|
||||
module_path='ops.mapper.pii_ner_detection.process')
|
||||
Reference in New Issue
Block a user