/topic-model

Cythonized implementation of Topic modeling.

Primary LanguagePythonMIT LicenseMIT

Topic Model

About

Implementation of LDA with gibbs sampling.

Implementation

Python

  • lda_with_gibbs_sampling.py

Cython

  • gibbs_sampling.pyx
  • lda_with_gibbs_sampling_cython.py
  • setup.py

Build

python setup.py build_ext --inplace