SCCapstone / Social-Monomania

Webapp designed to analyze social media posts!
https://socialmonomania.herokuapp.com/
MIT License
7 stars 0 forks source link

Word Cloud Implementation #33

Closed Nekomian44 closed 6 years ago

Nekomian44 commented 7 years ago

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.

phileepae commented 6 years ago

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 commented 6 years ago

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.

Nekomian44 commented 6 years ago

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 commented 6 years ago

Word Cloud has been finalized with commit: https://github.com/SCCapstone/Social-Monomania/commit/dd769cd3a4a58938e96b1e92a819b06defb37334 . 👍