-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add query relevance timeline to event search (and general search when available) #202
Comments
UI considerations
|
Great question and ideas. I personally would love to have a chart on rendered on the search page so like right after a user searches it shows. BUT, there could be a button that links to the "trends" page or w.e. we want to call it that allows for adding more queries and such
Agree. I think in my head the first render shows the various n-grams spawned from the search but they should totally be able to add and remove terms.
I wouldn't use the word topics, I would use like "Keywords over time" -- when we actually make a topic model we want to keep them separate / not confuse the two terms. Here is the official google ngram viewer which i think is a bit closer to what we are aiming for: https://books.google.com/ngrams |
Just for clarification, this is like... what n-grams are showing up in all council meetings, over time? Like, if bike lanes are a popular topic over the summer, and then get overshadowed by rent control in the fall, something like that? |
Yes exactly that! |
Update on this. We would need an analytics database to really do this properly. The TF-IDF scores over time aren't the most valuable thing. |
Feature Description
A clear and concise description of the feature you're requesting.
The "classic" keyword relevance over time plot:
x is time / dates
y is relevance of search query
on hover of the points it shows the meeting that happened to make that query relevant
in the hover details you can click a link to the event
probably want some method for changing the x axis timeline, zoom or or scroll to change dates shown
Use Case
Please provide a use case to help us understand your request in context.
CC @tohuynh
The text was updated successfully, but these errors were encountered: