Skip to content
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

Closed
Nekomian44 opened this issue Oct 21, 2017 · 4 comments
Closed

Word Cloud Implementation #33

Nekomian44 opened this issue Oct 21, 2017 · 4 comments
Assignees
Milestone

Comments

@Nekomian44
Copy link
Contributor

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.

@Nekomian44 Nekomian44 added this to the Proof of Concept milestone Oct 21, 2017
@Nekomian44 Nekomian44 removed this from the Proof of Concept milestone Oct 30, 2017
@malBaskin malBaskin added this to the Release Candidate 1 milestone Mar 19, 2018
phileepae referenced this issue Apr 9, 2018
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.
@phileepae
Copy link
Contributor

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.

@josemvidal
Copy link
Member

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.

@josemvidal josemvidal reopened this Apr 16, 2018
@Nekomian44
Copy link
Contributor Author

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.

@Nekomian44
Copy link
Contributor Author

Word Cloud has been finalized with commit: dd769cd . 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants