edsnlp.pipelines.ner.drugs.factory
DEFAULT_CONFIG = dict(attr='NORM', ignore_excluded=False, term_matcher=TerminologyTermMatcher.exact, term_matcher_config={})
module-attribute
create_component(nlp, name, attr, ignore_excluded, term_matcher, term_matcher_config)
Source code in edsnlp/pipelines/ner/drugs/factory.py
17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 |
|