feat: bundled weights, NER CLI, and head-to-head comparison
- move weights into src/ so @embedFile works within the package
- export en_core_web_sm bytes as spacez.en_core_web_sm (batteries included)
- add examples/ner.zig: stdin-to-JSON NER CLI
- rewrite scripts/compare.py: runs both spaCy and spacez, diffs entity-by-entity
- results: tokenization 25/25 match, NER 18/25 sentence-level match
(diffs are float-precision tiebreakers on ambiguous labels, not bugs)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>