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

Frequency Analysis Word Cloud #85

Open
noorbuchi opened this issue Apr 12, 2021 · 0 comments · May be fixed by #94
Open

Frequency Analysis Word Cloud #85

noorbuchi opened this issue Apr 12, 2021 · 0 comments · May be fixed by #94
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers Team 8 Team 8 is working on this issue

Comments

@noorbuchi
Copy link
Collaborator

Currently, GatorMiner uses a bar chart to plot data resulting from frequency analysis. While this is great, another interesting way of plotting words frequency is through a word cloud.

This feature can be added to GatorMiner by using the collected data in the words frequency analysis and passing it into a package responsible for creating the word cloud. Other customization can be made such as including only the top X number of words or choosing the color and font of the word cloud generated. Once the image is created, it will also need to be displayed on the Streamlit Web Application using Sreamlit's API.

This resource is a tutorial for creating a word cloud using a python package. There are multiple ways to do that so feel free to look for other articles

@noorbuchi noorbuchi added enhancement New feature or request good first issue Good for newcomers labels Apr 12, 2021
@donizk donizk added the Team 8 Team 8 is working on this issue label Apr 15, 2021
@hewittk hewittk linked a pull request Apr 28, 2021 that will close this issue
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers Team 8 Team 8 is working on this issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants