Skip to main content

Module custom_ner

Module custom_ner 

Source
Expand description

Custom NER Training Pipeline

This module provides a framework for training custom Named Entity Recognition models:

  • Pattern-based entity extraction
  • Dictionary/gazetteer matching
  • Rule-based extraction
  • Active learning support
  • Model fine-tuning preparation

§Use Cases

  • Domain-specific entities (medical terms, legal concepts, etc.)
  • Company-specific terminology
  • Custom product names
  • Technical jargon extraction

Structs§

AnnotatedExample
Annotated text example
CustomNER
Custom NER model
DatasetStatistics
Dataset statistics
EntityType
Entity type definition
ExtractedEntity
Extracted entity
ExtractionRule
Extraction rule
TrainingDataset
Training dataset for custom NER

Enums§

RuleType
Rule types