Skip to content

A PureScript, browser-based implementation of LDA topic modeling.

Notifications You must be signed in to change notification settings

lettier/lda-topic-modeling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 git@github.com: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