Metadata-Version: 2.1
Name: textminerpro
Version: 0.0.1
Summary: Advanced text preprocessing package
Home-page: https://github.com/dau-J/pypi_textminor.git
Author: 정현성
Author-email: 2254784@donga.ac.kr
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
Requires-Dist: nltk
Requires-Dist: scikit-learn
Requires-Dist: gensim
Requires-Dist: langdetect


# textminerpro

A Korean-friendly text preprocessing toolkit that supports:

- remove_stopwords(text, lang='en')
- extract_keywords(text, top_n=5)
- summarize_text(text, ratio=0.2)
- detect_language(text)
