named-entity-extractor
Installation
SKILL.md
Named Entity Extractor
Extract named entities from text including people, organizations, locations, dates, and more.
Features
- Entity Types: People, organizations, locations, dates, money, percentages
- Multiple Models: spaCy for accuracy, regex for speed
- Batch Processing: Process multiple documents
- Entity Linking: Group same entities across text
- Export: JSON, CSV output formats
- Visualization: Entity highlighting
Quick Start
from entity_extractor import EntityExtractor
extractor = EntityExtractor()