Metadata-Version: 1.0
Name: topik
Version: 0.2.0
Summary: A Topic Modeling toolkit
Home-page: http://github.com/ContinuumIO/topik/
Author: Topik development team
Author-email: msarahan@continuum.io
License: BSD
Description: [![Build Status](https://travis-ci.org/ContinuumIO/topik.svg?branch=master)](https://travis-ci.org/ContinuumIO/topik)
        [![Coverage Status](https://coveralls.io/repos/ContinuumIO/topik/badge.svg?branch=master&service=github)](https://coveralls.io/github/ContinuumIO/topik?branch=master)
        [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/ContinuumIO/topik/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/ContinuumIO/topik/?branch=master)
        [![Documentation Status](https://readthedocs.org/projects/topik/badge/?version=latest)](http://topik.readthedocs.org/en/latest/?badge=latest)
        
        # Topik
        
        A Topic Modeling toolbox.
        
        
        ## Introduction
        
        The aim of `topik` is to provide a full suite and high-level interface for anyone interested in applying topic modeling.
        For that purpose, `topik` includes many utilities beyond statistical modeling algorithms and wraps all of its
        features into an easy callable function and a command line interface.
        
        `Topik` is built on top of existing natural language and topic modeling libraries and primarily provides a wrapper around them, for a quick and easy exploratory analysis of your text data sets.
        
        Please see our [complete documentation at ReadTheDocs](http://topik.readthedocs.org/en/latest/).
        
        ## LICENSE
        
        New BSD. See [License File](https://github.com/ContinuumIO/topik/blob/master/LICENSE.txt).
        
        
Keywords: topic modeling lda nltk gensim pattern
Platform: UNKNOWN
