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

Saving document-term matrix #35

Closed severinsimmler closed 5 years ago

severinsimmler commented 6 years ago

Add the function that once the document-term matrix has been created, it is stored somewhere and is accessible to the user. The best place would probably be to simply place the file in the ZIP archive provided on the output page. This can save a lot of time if the same corpus is needed for a second run.

severinsimmler commented 5 years ago

Fixed in https://github.com/DARIAH-DE/TopicsExplorer/pull/79.