swift-lda: Online sampler for Latent Dirichlet Allocation

[ bsd3, library, natural-language-processing ] [ Propose Tags ]

Online Gibbs sampler for Latent Dirichlet Allocation. LDA is a generative admixture model frequently used for topic modeling and other applications. The primary goal of this implementation is to be used for probabilistic soft word class induction. The sampler can be used in an online as well as batch mode. This package uses an imperative implementation in the ST monad.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.4.0, 0.4.1, 0.7.0.0
Dependencies array (>=0.3), base (>=3 && <5), containers (>=0.4), ghc-prim (>=0.2), mwc-random (>=0.12), primitive (>=0.4), vector (>=0.9) [details]
License BSD-3-Clause
Author Grzegorz Chrupała <pitekus@gmail.com>
Maintainer Grzegorz Chrupała <pitekus@gmail.com>
Category Natural Language Processing
Home page https://bitbucket.org/gchrupala/colada
Uploaded by GrzegorzChrupala at 2012-04-01T10:40:33Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 2381 total (9 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for swift-lda-0.4.0

[back to package description]