Metadata-Version: 2.0
Name: python-topic-model-preprocessor
Version: 0.0.1a2
Summary: A helper class for facilitating preprocessing of text corpus before any topic modeling algorithms
Home-page: https://github.com/zhiyzuo/python-topic-model-preprocessor
Author: Zhiya Zuo
Author-email: zhiyazuo@gmail.com
License: MIT
Keywords: text mining text processing topic modeling data analysis
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Information Technology
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Text Processing
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: gensim
Requires-Dist: nltk
Requires-Dist: numpy
Requires-Dist: pandas

Topic-Model-Preprocessor
=======================

This project is designed for facilitating preprocessing of text corpus for any topic modeling algorithms.

Written by Zhiya Zuo, 2017 July.


