# spacy-ner

> NER with Spacy. named entity recognition.

- Skill: `ssrjkk/spacy-ner` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add ssrjkk/spacy-ner`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ssrjkk/spacy-ner/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: ssrjkk (https://skillmd.com/u/ssrjkk)
- Updated: 2026-08-19
- Page: https://skillmd.com/skills/ssrjkk/spacy-ner

---


# Spacy NER

> NER with Spacy. named entity recognition.

## Quick Start
```python
# Spacy NER
# See Spacy docs
```

## When to Use
- Building applications with Spacy
- named entity recognition
- entity extraction
- information extraction

## Step-by-Step
1. Install: `pip install spacy`
2. Set up Spacy
3. Configure NER
4. Implement features
5. Test and verify

## Dependencies
- Spacy >= latest stable
- Runtime environment
- Dependencies as needed

## Examples
```python
# Spacy NER
# See Spacy documentation
```

## Resources
- Official Spacy documentation
- Community tutorials
- GitHub repositories

## Validation
- Run: `spacy --version`
- Test with sample data
- Verify output correctness

