Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
cd /home/dcuser/HTRC-demosDemos/Python/topicexplorer-demo

...

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

...