Metadata-Version: 2.1
Name: text_processor_zhangxin
Version: 0.1.0
Summary: A package for advanced text processing tasks by zhangxin
Home-page: https://github.com/your_username/text_processor_zhangxin
Author: Zhang Xin
Author-email: 2931344238@qq.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# text_processor_zhangxin

`text_processor_zhangxin` 是一个功能强大的 Python 工具包，用于处理文本数据。它包括多种文本处理功能，如字符频率统计、单词频率分析、文本清洗、正则表达式提取、去除停用词、回文检测等。

## 安装

你可以通过以下命令安装这个包：

```bash
pip install text_processor_zhangxin
