Source Code
The Loquela repository holds code both for our LDA implementation and for our visualization tool.
The two codebases are represented in the single repository as submodules. To gain access to their files,
after cloning into the Loquela repository, run these two lines of code in the command line:
git submodule init
andgit submodule update
Or, you can clone into the two repositories separately.
LDA Implementation Repository Visualization Tool RepositoryLDA Implementation
If you want to skip the git hassle and just run our code, download the most recent version of our LDA implementation as of 3/13/2018.
LDA ImplementationVisualization Tool
If you want to skip the git hassle and just run the app, download the most recent version of our implementation tool as of 3/13/2018.
Windows Build Mac Build