Metadata-Version: 2.1
Name: ner_anon
Version: 0.1.1
Summary: A NER-based anonymization tool that replaces named entities in text with random entities from a given context.
Author: Aimar_bp
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: transformers>=4.0.0
Requires-Dist: torch

# 🕵️‍♂️ ner_anon_pkg

A simple Python package for anonymizing text using Named Entity Recognition (NER).  
Swap out real-world names, locations, and organizations with fun entities from Marvel, Star Wars, or Harry Potter!

Built on top of Hugging Face Transformers.

---

## 🚀 Features

- 🔍 Named Entity Recognition using fine-tuned BERT models
- 🧙 Replace real entities with fictional ones (Marvel, Star Wars, or Harry Potter)
- 🌍 Multilingual and monolingual model support
- 💡 Clean class-based design (`EntityAnonymizer`)
