Metadata-Version: 2.0
Name: topik
Version: 0.3.0
Summary: A Topic Modeling toolkit
Home-page: http://github.com/ContinuumIO/topik/
Author: Topik development team
Author-email: msarahan@continuum.io
License: BSD
Keywords: topic modeling lda nltk gensim pattern
Platform: UNKNOWN
Requires-Dist: blaze
Requires-Dist: bokeh
Requires-Dist: click
Requires-Dist: elasticsearch
Requires-Dist: gensim
Requires-Dist: ijson
Requires-Dist: jsonpickle
Requires-Dist: nltk
Requires-Dist: numpy
Requires-Dist: odo
Requires-Dist: pandas
Requires-Dist: pattern
Requires-Dist: pattern
Requires-Dist: setuptools-markdown
Requires-Dist: textblob
Requires-Dist: versioneer

|Build Status| |Coverage Status| |Scrutinizer Code Quality|
|Documentation Status|

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>`__.

.. |Build Status| image:: https://travis-ci.org/ContinuumIO/topik.svg?branch=master
   :target: https://travis-ci.org/ContinuumIO/topik
.. |Coverage Status| image:: https://coveralls.io/repos/ContinuumIO/topik/badge.svg?branch=master&service=github
   :target: https://coveralls.io/github/ContinuumIO/topik?branch=master
.. |Scrutinizer Code Quality| image:: https://scrutinizer-ci.com/g/ContinuumIO/topik/badges/quality-score.png?b=master
   :target: https://scrutinizer-ci.com/g/ContinuumIO/topik/?branch=master
.. |Documentation Status| image:: https://readthedocs.org/projects/topik/badge/?version=latest
   :target: http://topik.readthedocs.org/en/latest/?badge=latest


