topic-modeling-tool
topic-modeling-tool copied to clipboard
A point-and-click tool for creating and analyzing topic models produced by MALLET.
Title says it all. Rename it, change the post format to be less blog-like, and make the order of posts customizable.
If a user chooses as "input" a folder which has previously, for example, held a script worked-on in R Studio, then a hidden file is left over in the folder,...
Just a small question regarding the 'divide input into n-word chunks' option in the advanced setting. When I run that on say a 4-gram, I understand what's going on from...
Rather than overwriting output, save to files and folders with timestamps.
Adjusting the amount of memory available to the JVM is challenging, especially now that we're supplying a pre-packaged version with its own JVM. When users run into memory limits, the...
Is it all supposed to build and run well also on linux systems? Some initial input would be nice, before diving in. Perhaps, a comment can then be added to...
Andrew Goldstone's dfr-browser produces lovely visualizations, and it appears to require only some `.json` input. It would be nice if the TMT could generate that input.
If you want to have UTF-8 support on Windows machines (and maybe others), you'll need to use the native app, or you'll have to add `-Dfile.encoding=UTF-8` to your `JAVA_TOOL_OPTIONS` environment...
Currently, we do a weird thing with the default MALLET stoplist. You see, once you disable it, you can only bring it back by restarting the JVM. Don't ask me...