datalab-dev / quintessence_web_app

Repository for the Quintessence Web Project applying Topic Models and Word Embeddings to EEBO-TCP
http://quintessence.ds.lib.ucdavis.edu/
0 stars 0 forks source link

not all subset entries available for LDA subset controls #41

Closed sampizelo closed 4 years ago

sampizelo commented 4 years ago

e.g. "Shakespeare" is not in authors dropdown.

cnagda commented 4 years ago

due to setting the max number of options to 100 when creating selector. from create_subset_options.js:

function create_subset_options(data) {
    //modified to use semantic ui selector not selectize!
    MAXOPTS = 100;

...
avkoehl commented 4 years ago

I think I did this? don't remember. Probably done out of fear of performance issues.