Skip to content

sylhare/simple-lda

Repository files navigation

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

Releases

No releases published

Packages

No packages published