hmc-whisk / jsLDA

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

Refactor stopwords page #206

Open simonbabb opened 2 years ago

simonbabb commented 2 years ago

Currently, the stopwords page only shows the top 500 most frequent words (from the entire corpus) in the table. So users can only search and stop/unstop within those 500 words. We should support the ability to search all words and stop/unstop them.

Also, there is an issue where, on the stopwords page, sorting by topic and the updating the number of topics causes the stopwords search table to not render.

simonbabb commented 2 years ago

These issues are fixed in the stopwords branch, specifically here: https://github.com/hmc-whisk/jsLDA/blob/Simon_%23206_Stopwords/src/Components/Pages/VocabTable.tsx

window-table link: https://www.npmjs.com/package/window-table