-
Notifications
You must be signed in to change notification settings - Fork 0
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
Word Cloud Implementation #33
Comments
This is a working version of a 3rd party word cloud implemented into the site. If we want to go back and reintroduce a different type, we will.
Closed. We have a word cloud feature now on the results page via an html button/iframe. If we want to expand on this feature, we can later if we have time. For now, it will suffice for what the client is asking for. |
What you did is just add an iframe. It is not actually implementing a word cloud. You could have counted the words in all the search results then plugged these number into any one of a number of js wordcloud libraries, like this one. |
Will implement the example d3-wordcloud library through javascript, though it does not use sentiment analysis and have multiple features our client wanted, which the iframe did. |
Word Cloud has been finalized with commit: dd769cd . 👍 |
Depends on #32 .
The designs for this can be developed before the data itself is pulled using a test dataset that's hand-crafted, but still needs that base of sentiment analysis before this can proceed.
The text was updated successfully, but these errors were encountered: