Metadata-Version: 1.1
Name: simple-lda
Version: 0.1.2
Summary: Python library for Latent Dirichlet allocation (lda)
Home-page: https://github.com/Sylhare/simple-lda
Author: sylhare
Author-email: sylhare@outlook.com
License: Apache License 2.0
Description-Content-Type: UNKNOWN
Description: simple-lda
        ==========
        
        |Generic badge| |PyPI version| |Build Status| |Codacy Badge|
        
        Latent Dirichlet allocation (LDA) is a topic model that generates topics
        based on word frequency from a set of documents. LDA is particularly
        useful for finding reasonably accurate mixtures of topics within a given
        document set.
        
        Installation
        ------------
        
        The library is available on PyPI:
        
        ::
        
                pip install simple-lda
        
        Sources
        -------
        
        -  `Edwin Chen Introduction to latent Dirichlet
           Allocation <http://blog.echen.me/2011/08/22/introduction-to-latent-dirichlet-allocation/>`__
        -  `Jordan Barder LDA with Python
           walkthrough <https://rstudio-pubs-static.s3.amazonaws.com/79360_850b2a69980c4488b1db95987a24867a.html>`__
        -  `Gensim library for lda based on M Hoffman's
           paper <https://radimrehurek.com/gensim/models/ldamodel.html>`__
        -  `Snowball for Porter stemming
           algorithm <http://snowball.tartarus.org/algorithms/english/stemmer.html>`__
        -  `Bird, Steven, Edward Loper and Ewan Klein (2009), Natural Language
           Processing with Python. O’Reilly Media
           Inc <http://www.nltk.org/index.html>`__
        
        .. |Generic badge| image:: https://img.shields.io/badge/github-simple%20lda-blue.svg
           :target: https://github.com/Sylhare/simple-lda
        .. |PyPI version| image:: https://badge.fury.io/py/simple-lda.svg
           :target: https://badge.fury.io/py/simple-lda
        .. |Build Status| image:: https://travis-ci.org/Sylhare/simple-lda.svg?branch=master
           :target: https://travis-ci.org/Sylhare/simple-lda
        .. |Codacy Badge| image:: https://api.codacy.com/project/badge/Grade/78c4fa98c13b461a9efb74e66492ee5b
           :target: https://www.codacy.com/app/Sylhare/lda?utm_source=github.com&utm_medium=referral&utm_content=Sylhare/lda&utm_campaign=Badge_Grade
        
Keywords: prime,fermat,miller rabin,math
Platform: any
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Education
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing
Classifier: Topic :: Utilities
