...
Code Block | ||
---|---|---|
| ||
cd /home/dcuser/HTRC-Demos/demoPython/topictopicexplorer-explorerdemo |
List the files of this folder
...
This demo code:
- loads data from 3 volumes in HathiTrust using the HTRC Data API
- builds an LDA topic model from the corpus
- save the LDA trained model
- view topics in a web browser in an interactive way
...