Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 410 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 410 Bytes

Topic Modeling

Using topic modeling algorithms such as LDA and NMF to extract topics from raw texts

How To Use

python3 topic-model/topic-model.py

Installation

Third-Party

pip install git+https://github.com/BIDS-projects/lda.git

Development

  1. Setup a virtual environment.
  2. pip install -r requirements.txt.

##Test

py.test tests

Usage

import bidslda