src.dackar.RCA.ner.hybrid_ner.generators.base¶
Classes¶
Interface for candidate generation. |
Module Contents¶
- class src.dackar.RCA.ner.hybrid_ner.generators.base.CandidateGenerator[source]¶
Bases:
abc.ABCInterface for candidate generation.
Candidate generation is the high-recall stage of Hybrid NER. Each generator proposes spans (with provenance and optional label hypotheses).