Metadata-Version: 2.1
Name: TextRefine
Version: 1.0.1
Summary: The TextRefine class provides a set of methods for text preprocessing and cleaning.
Home-page: https://github.com/RutulTrivedi/text-refine.git
Author: Rutul Trivedi
Author-email: rutultrivedi7@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENCE

# TextRefine  
**TextRefine** - A Comprehensive Text Cleaning Tool  

`TextRefine` is a powerful Python class designed for text preprocessing and cleaning tasks. It provides a variety of methods to remove unwanted elements from text, making it ideal for use in natural language processing (NLP) and data cleaning projects.

## Features:
- Removes emails, URLs, and phone numbers.
- Cleans text by removing spaces, symbols, and special characters.
- Handles mentions, HTML tags, and non-ASCII characters.
- Supports removing emojis and duplicates in a case-insensitive manner.
- Removes stopwords for better text clarity.

## Usage:
`TextRefine` is easy to use and supports customizable text refinement with minimal setup. Simply initialize the class with your text and apply the desired cleaning methods.

## Installation
pip install TextRefine
