You've already forked DataMate
7 lines
219 B
Python
7 lines
219 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from datamate.core.base_op import OPERATORS
|
|
|
|
OPERATORS.register_module(module_name='KnowledgeRelationSlice',
|
|
module_path="ops.mapper.knowledge_relation_slice.process")
|