@@ -790,6 +790,23 @@ class ComponentUniverse:
790790 output_context = ComputeContexts .spark ,
791791 ),
792792
793+ A .PARTIAL_TextMatcherInternalModel : partial (NluComponent ,
794+ name = A .PARTIAL_ChunkMergeApproach ,
795+ jsl_anno_class_id = A .PARTIAL_TextMatcherInternalModel ,
796+ jsl_anno_py_class = ACR .JSL_anno2_py_class [A .PARTIAL_TextMatcherInternalModel ],
797+ node = NLP_FEATURE_NODES .nodes [A .PARTIALLY_IMPLEMENTED ],
798+ type = T .PARTIALLY_READY ,
799+ pdf_extractor_methods = {'default' : default_partial_implement_config ,
800+ 'default_full' : default_full_config , },
801+ pdf_col_name_substitutor = partially_implemented_substitutor ,
802+ output_level = L .DOCUMENT ,
803+ description = 'Not fully integrated' ,
804+ provider = ComponentBackends .open_source ,
805+ license = Licenses .open_source ,
806+ computation_context = ComputeContexts .spark ,
807+ output_context = ComputeContexts .spark ,
808+ ),
809+
793810 A .PARTIAL_BigTextMatcher : partial (NluComponent ,
794811 name = A .PARTIAL_ChunkMergeApproach ,
795812 jsl_anno_class_id = A .PARTIAL_BigTextMatcher ,
0 commit comments