Metadata-Version: 2.0
Name: python-topic-model-preprocessor
Version: 0.0.2
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
Description-Content-Type: UNKNOWN
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 :: 3
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: gensim
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: nltk

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

### Introduction

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

Written by Zhiya Zuo, 2017 July.

### Changelog
- 01-16-2018. Make the package compatible with python2 and python3. However, I only tested it on Python 3.6.4 on macOS High Sierra at this moment.


