hmc-whisk / jsLDA

A React based version of jsLDA with brand new features added on
Other
0 stars 0 forks source link

Refactor topic saliency to run faster #197

Open xandaschofield opened 2 years ago

xandaschofield commented 2 years ago

Topic saliency is slow right now because it's recomputing per-token constantly, which works for the individual document previews but not for sorting. We should store this information to reuse if we're sorting. (For now, we're factoring this out for the user study.)