Using topic modeling algorithms such as LDA and NMF to extract topics from raw texts
python3 topic-model/topic-model.py
pip install git+https://github.com/BIDS-projects/lda.git
- Setup a virtual environment.
pip install -r requirements.txt
.
##Test
py.test tests
import bidslda