Metadata-Version: 2.4
Name: nicewoo
Version: 0.1.0
Summary: 텍스트 전처리, 키워드 추출, 요약, 언어 감지 기능을 제공하는 Python 패키지
Home-page: https://github.com/WooMongGae/nicewoo
Author: 우성현
Author-email: Seonghyun Woo <wshyun314@naver.com>
License: MIT
Project-URL: Homepage, https://github.com/WooMongGae/nicewoo
Project-URL: Documentation, https://woomonggae.github.io/nicewoo
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: nltk>=3.8
Requires-Dist: scikit-learn>=1.3
Requires-Dist: langdetect>=1.0.9
Requires-Dist: sumy>=0.11.0
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# nicewoo

A text utility Python package for:

- Removing stopwords
- Extracting keywords (TF-IDF)
- Summarizing text
- Detecting language

Documentation: https://woomonggae.github.io/nicewoo/
