sylhare / simple-lda

:bookmark: simple lda - latent dirichlet allocation
Apache License 2.0
2 stars 2 forks source link
language-processing latent-dirichlet-allocation lda python

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