Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 306 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 306 Bytes

LDA-Topic-Modeling

Latent Dirichlet Allocation for Topic Modeling

Python implementation of LDA Topic modeling using gensim.

Implementation

We implement the model in Python and use the Gensim \cite{gensim} library for the LDA modeling. The library provides a simple API to trian and test the model.