greenelab / word-lapse

Explore how a word changes over time
https://greenelab.github.io/word-lapse/
Other
6 stars 3 forks source link

Multi-Dataset Tabs #25

Closed danich1 closed 2 years ago

danich1 commented 2 years ago

Currently this project works with models that are trained on abstracts; however, abstracts can only provide so much context. Ideally, everyone would be more excited if we can extend this to incorporate full-text and also preprints. I have full text running as we speak, but it will take at least up until the weekend to get those models fully trained.

In terms of incorporating this idea the following additions will need to be implemented:

vincerubinetti commented 2 years ago

For the frontend, it seems like all we need is a dropdown next to the search box that controls the model, and that passes the appropriate flag to the backend. That should be very quick to add, so @falquaddoomi just let me know when the backend supports this.