...
List the files of this folder
Code Block | ||
---|---|---|
| ||
ls
|
Run the topic modeling analysis
Note |
---|
Before running the topic modeling analysis, please check the script whether the 'secure_volume' path is mentioned correctly. Correct path should be '/media/secure_volume' |
Code Block | ||
---|---|---|
| ||
./htrc-demo.sh |
You will see something like this in the console. This means the program is building topic models on the volume content.
It will take quite a while to finish the topic modeling due to the nature of this kind of computation. After the topic modeling process is done, you can view the result through the browser. (The browser will be automatically opened for you).
...