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

Handle default stoplists more effectively #54

Open senderle opened 7 years ago

senderle commented 7 years ago

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 why! (Or figure out why, and tell me how, or what I'm doing wrong.)

The best answer to this problem is probably to have our own default stoplists packaged along with everything else required in the native apps. Someday!