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§
- Annotated
Example - Annotated text example
- CustomNER
- Custom NER model
- Dataset
Statistics - Dataset statistics
- Entity
Type - Entity type definition
- Extracted
Entity - Extracted entity
- Extraction
Rule - Extraction rule
- Training
Dataset - Training dataset for custom NER
Enums§
- Rule
Type - Rule types