Metadata-Version: 2.1
Name: textminer-pro-jihoonLee
Version: 0.1.0
Summary: A simple text mining package with stopword removal, keyword extraction, summarization, and language detection.
Home-page: https://github.com/hoonZeee/Oss_2025/tree/main/pypi
Author: Jihoon Lee
Author-email: dlwlgns7540@naver.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: nltk
Requires-Dist: scikit-learn
Requires-Dist: sumy
Requires-Dist: langdetect

# textminer-pro

텍스트 전처리, 키워드 추출, 요약, 언어 감지를 제공하는 Python 패키지입니다.

## 설치 (TestPyPI 기준)

```bash
pip install -i https://test.pypi.org/simple/ textminer-pro
