spacy-ner

Solid

spaCy NER model training and entity extraction for conversational AI

AI & Automation 814 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
97
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
49
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# spaCy NER Skill ## Capabilities - Train custom spaCy NER models - Configure entity extraction pipelines - Design annotation schemas - Implement entity linking - Set up model evaluation - Deploy efficient NER inference ## Target Processes - entity-extraction-slot-filling - chatbot-design-implementation ## Implementation Details ### spaCy Components 1. **NER**: Named Entity Recognition 2. **EntityLinker**: Link to knowledge bases 3. **EntityRuler**: Rule-based matching 4. **SpanCategorizer**: Overlapping entities ### Training Configuration - config.cfg setup - Training data format (spaCy v3) - Augmentation strategies - Evaluation metrics ### Configuration Options - Base model selection (en_core_web_*) - Custom entity types - Training parameters - GPU acceleration - Model packaging ### Best Practices - Quality annotation data - Balance entity types - Use prodigy for annotation - Regular model evaluation ### Dependencies - spacy - spacy-transformers (optional)

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Related Skills