Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 838 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 838 Bytes

LDA Topic Modeling

LDA Topic Modeling

A PureScript, browser-based implementation of latent Dirichlet allocation (LDA) topic modeling. Able to take in two or more documents and soft cluster them by up to four topics.

Try it at lettier.com/lda-topic-modeling. Read more about LDA.

Build and Run

# Install Git.
git clone [email protected]:lettier/lda-topic-modeling.git
cd lda-topic-modeling
# Install nvm and npm.
nvm use
npm install -g bower
npm install
bower install
npm run build
cd build/
nohup python -m http.server &> /dev/null &
python -mwebbrowser http://localhost:8000

Copyright

(C) 2018 David Lettier
lettier.com