Skip to content

Commit

Permalink
upgrade medical composite doc parser from zensols.nlparse upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
plandes committed Apr 13, 2024
1 parent d8221d0 commit 5900994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/lang.conf
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,6 @@ token_feature_ids = ${mednlp_medcat_doc_parser:token_feature_ids}

# adds both biomedical ScispaCy and MedCAT features
[mednlp_combine_biomed_medcat_doc_parser]
class_name = zensols.nlp.combine.CompositeFeatureDocumentParser
class_name = zensols.nlp.combine.MappingCombinerFeatureDocumentParser
delegate = instance: doc_parser
source_parsers = instance: list: mednlp_combine_biomed_doc_parser, mednlp_combine_medcat_doc_parser

0 comments on commit 5900994

Please sign in to comment.