GatorEducator/GatorMiner

Frequency Analysis Word Cloud

Opened this issue · 0 comments

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