DARIAH-DE / TopicsExplorer

Explore your own text collection with a topic model – without prior knowledge.
https://dariah-de.github.io/TopicsExplorer
Apache License 2.0
62 stars 10 forks source link

Misleading status message #42

Closed severinsimmler closed 6 years ago

severinsimmler commented 6 years ago

If larger corpora are processed, the LDA implementation takes a while to start the sampling. However, the status information can be interpreted in such a way that the program crashed because it seems to be frozen at iteration 0. In reality, however, everything works as it should. One should change this by displaying "Initializing LDA model" or something like that until the current iteration is > 0.