Conversation
Just updating text mining tool and adding stop words
… track of ideas for implementation
…al-CS/GatorMiner into issue#51" This reverts commit 8b5347d, reversing changes made to 446215a.
… into issue#51 Merge other work on branch with categorization
enpuyou
suggested changes
Apr 28, 2021
Contributor
enpuyou
left a comment
There was a problem hiding this comment.
Thanks for the PR! See the reviews below.
Comment on lines
+316
to
+318
| wordcloud.to_file("resources/images/word_cloud.png") | ||
| st.image("resources/images/word_cloud.png") | ||
| os.remove("resources/images/word_cloud.png") |
Collaborator
There was a problem hiding this comment.
I can't find any alternative method that displays the wordcloud in streamlit, and saving and displaying an image of the wordcloud seems to be how other people online display it on streamlit. Would there an alternative way to save and display an image that isn't hardcoded?
added 2 commits
April 28, 2021 15:15
Codecov Report
@@ Coverage Diff @@
## master #94 +/- ##
==========================================
+ Coverage 92.09% 92.39% +0.30%
==========================================
Files 6 6
Lines 253 263 +10
==========================================
+ Hits 233 243 +10
Misses 20 20
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is the current behavior?
This feature was 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. Once the image has been created, it will be displayed on the Streamlit Web Application using Streamlit's API
What is the new behavior if this PR is merged?
Frequency analysis can now be displayed in a word cloud format to plot the data. This is a new feature that shows another interesting way of plotting word frequency.
Type of change
Please describe the pull request as one of the following:
Other information
This PR has:
Developers
@solisa986 @hewittk @hadenwIV @donizk @favourojo