senderle / topic-modeling-tool

A point-and-click tool for creating and analyzing topic models produced by MALLET.
https://senderle.github.io/topic-modeling-tool/documentation/2017/01/06/quickstart.html
Apache License 2.0
106 stars 22 forks source link

Add timestamps to output folders. #40

Open senderle opened 8 years ago

senderle commented 8 years ago

Rather than overwriting output, save to files and folders with timestamps.

senderle commented 7 years ago

Elaborating on this: let's have the output have this structure:

[user-selected folder]
    tmt-output-[YYYYMMDD-formatted-timestamp]
        csv
            blah.csv etc...
        html
            blah.html etc...
senderle commented 6 years ago

I think I delayed merging this to master because I was concerned it would be a "breaking" change, and wanted to delay it to a later major version. Now I'm not sure what its status is; it may be in master but commented out, or it may need to be merged. I'll add notes here if I get a chance to investigate. If people want this feature I'll move it up in the queue; but otherwise it's a lower priority now.