smartcase

A smart text cleaner that preserves important capitalization using NER


Install
pip install smartcase==0.1.0

Documentation

SmartCase

A smart Python text cleaner that preserves important capitalization (like "NASA", "AI", "India") using Named Entity Recognition (NER).

Features

  • Removes punctuation & extra spaces
  • Keeps organization names, person names, locations, and acronyms intact
  • Lightweight & easy to integrate

Installation

pip install smartcase
python -m spacy download en_core_web_sm