A smart Python text cleaner that preserves important capitalization (like "NASA", "AI", "India") using Named Entity Recognition (NER).
- Removes punctuation & extra spaces
- Keeps organization names, person names, locations, and acronyms intact
- Lightweight & easy to integrate
pip install smartcase
python -m spacy download en_core_web_sm